-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
notable-changePRs with changes that should be highlighted in changelogs.PRs with changes that should be highlighted in changelogs.questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
this is the latest v8 nightly: it parses as a local timestamp:
➸ ./opt/node-v8.0.0-nightly20170524260cd411d4-linux-x64/bin/node -p 'new Date("2017-05-24T00:00:00")'
2017-05-24T07:00:00.000Z
vs. v7 and v6 below parse the same string always as UTC
➸ ./opt/node-v7.10.0-linux-x64/bin/node -p 'new Date("2017-05-24T00:00:00")'
2017-05-24T00:00:00.000Z
NungzakppNungzakpp
Metadata
Metadata
Assignees
Labels
notable-changePRs with changes that should be highlighted in changelogs.PRs with changes that should be highlighted in changelogs.questionIssues that look for answers.Issues that look for answers.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.