http://codereview.chromium.org/126188/diff/1/3 File src/date-delay.js (right):
http://codereview.chromium.org/126188/diff/1/3#newcode153 Line 153: function DaylightSavingsOffset(t) { Comment the function to state that the algorithm is valid as long as the daylight savings offset does not change from value A to B, then back to A, within any one month period. Won't this cause a problem with laptops and mobile devices? Do we have any way of getting notified when the system time settings change? Otherwise, long-running javascript may go nuts. I think it is quite possible for a web page to stay open while the user adjusts the time zone. http://codereview.chromium.org/126188 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
