Comment #7 on issue 1386 by [email protected]: new Date() returns invalid time zone offset, and hour field
http://code.google.com/p/v8/issues/detail?id=1386
This looks like a problem with MinGW that is fixed in MinGW-w64. Using MinGW 4.4.0 (32-bit): V8 version 3.9.15 (candidate) [console: dumb] d8> new Date() Mon Mar 05 2012 10:22:51 GMT+0000 (AUS Eastern Standard Time) Using MinGW-w64 4.5.2 TDM64-1 (64-bit): V8 version 3.9.15 (candidate) [console: dumb] d8> new Date() Mon Mar 05 2012 21:22:51 GMT+1100 (AUS Eastern Daylight Time) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
