Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 399 by erik.corry: Wrong year calculated for Antipodean time zones near New Year's Day. http://code.google.com/p/v8/issues/detail?id=399 On Unix reproduce with: export TZ=Australia/Canberra v8 > var ms = 1.009804e12 > print(new Date(ms).getFullYear()) 2001 > print(new Date(ms)) Tue Jan 01 2002 00:06:40 GMT+1100 (EST) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
