Comment #9 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

Looks like _mkgmtime is defined in platform-win32.cc for MinGW:
// Not sure this the correct interpretation of _mkgmtime
time_t _mkgmtime(tm* timeptr) {
  return mktime(timeptr);
}

Apparently it is not the correct interpretation...

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to