Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Date parse behavior change in node-v8 ? #13210

Description

@c0b

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    notable-changePRs with changes that should be highlighted in changelogs.questionIssues asking questions about Node.js.v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions