[Webkit-unassigned] [Bug 9532] date setUTCFullYear to setUTCMinutes adding 1 hour in time zone 0

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Jun 23 23:29:54 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9532





------- Comment #5 from tobylewis at mac.com  2006-06-23 23:29 PDT -------
I don't know anything about the source code, but just from a logical point of
view, UTC is UTC and should have nothing to do with time zones or daylight
savings.  The setUTC functions should be far simpler than the locale set
functions.  The way I have worked around the problem in javascript was simply
to do the millisecond calculations myself and use mydate.setTime() which only
needed about twenty lines of code.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list