Description[builtins] Apply ES2016 conditional default timezone semantics
ES2016 changed the default timezone of dates to be conditional on
whether a time is included. The semantics were a compromise approach
based on web compatibility feedback from V8, but until now, we have been
shipping ES5.1 default timezone semantics. This patch implements the
new semantics, following ChakraCore and SpiderMonkey (though JSC
implements V8's previous semantics).
BUG=chromium:589858
Review-Url: https://codereview.chromium.org/2648603002
Cr-Commit-Position: refs/heads/master@{#43239}
Committed: https://chromium.googlesource.com/v8/v8/+/d31c5410c4fdfc5eb66582892d5e3ecd3706bd58
Patch Set 1 #Patch Set 2 : Fixing up tests #Patch Set 3 : Remove unrelated test #
Total comments: 1
Patch Set 4 : Clean up tests #
Messages
Total messages: 15 (7 generated)
|