Fix computation of UTC time from local time at DST change points.
authorulan@chromium.org <ulan@chromium.org>
Thu, 9 Oct 2014 14:17:33 +0000 (14:17 +0000)
committerulan@chromium.org <ulan@chromium.org>
Thu, 9 Oct 2014 14:17:33 +0000 (14:17 +0000)
commit29296d7e50cb6a3860efd0972eb4d0072494984c
tree985c1d5bcc50bff4ef50d319c0e98cc86f60713c
parente604df037c5ec42d6919513c771a74f19ea493ec
Fix computation of UTC time from local time at DST change points.

This also reverts r23606, which was an incorrect fix.

BUG=v8:3116,chromium:417640,chromium:415424
LOG=Y
TEST=mjsunit/regress/regress-3116.js
R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/639383002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24499 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/date.h
test/mjsunit/regress/regress-3116.js [new file with mode: 0644]