[Webkit-unassigned] [Bug 30681] Symbian port: JS Date operations very slow due to flaky POSIX date/time implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 14:42:26 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30681





--- Comment #11 from Siddharth Mathur <siddharth.mathur at nokia.com>  2009-10-30 14:42:24 PDT ---
(In reply to comment #10)
> At least a GregorianDateTime constructor in DateMath.h calls getUTCOffset() and
> expects it not have DST included. Anyone could add mode code that relies on
> getting the correct values from these functions.
> If there truly is no valid reason to get UTC and DST offsets separately then
> there probably should be only one function for returning the combined value.

My bad, I missed DateMath.h. That GregorianDateTime c'tor is also adding a
presumed DST offset of 1 hour there too, so I think I will make a patch that
will prevent getUTCOffset() from being called by itself and wrap it all
cleanly. 

Thanks Antti!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list