DescriptionMake dates default to the local timezone if none specified
In ES5, dates were supposed to default to UTC if no timezone was specified. However, this changed in ES6, which specified that dates should be in the local timezone if no timezone was specified. This CL updates our behavior to match that part of the ES6 spec.
BUG=chromium:391730, v8:4242
LOG=Y
Committed: https://crrev.com/f06754a8e1d305a43560705f6c167d85d40e602d
Cr-Commit-Position: refs/heads/master@{#29854}
Patch Set 1 #Patch Set 2 : Fix merge issues #Patch Set 3 : Update tests #Patch Set 4 : Fix test #
Total comments: 4
Patch Set 5 : Update comments/method names #Patch Set 6 : Update test #Patch Set 7 : Actually fix test #
Messages
Total messages: 12 (3 generated)
|