Skip to content

Date parse behavior change in node-v8 ? #13210

@c0b

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    notable-changePRs with changes that should be highlighted in changelogs.questionIssues that look for answers.v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions