Updates:
        Status: WorkingAsIntended

Comment #2 on issue 3524 by [email protected]: Error on Date parsing when on DST change
https://code.google.com/p/v8/issues/detail?id=3524

This behavior is spec confirming:

"The implementation of ECMAScript should not try to determine whether the exact time was subject to daylight saving time, but just whether daylight saving time would have been in effect if the current daylight saving time algorithm had been used at the time. This avoids complications such as taking into account the years that the locale observed daylight saving time year round."

Following this spec, Chrome uses the current DST change procedure for 1980:

new Date(1980, 2, 30, 3, 0)
Sun Mar 30 1980 04:00:00 GMT+0300 (Eastern Europe Daylight Time)



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to