[Webkit-unassigned] [Bug 12070] REGRESSION: KJS::getUTCOffset() caches UTC offset but ignores time zone changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 2 20:27:10 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12070
ddkilzer at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|KJS::getUTCOffset() caches |REGRESSION:
|UTC offset but ignores time |KJS::getUTCOffset() caches
|zone changes |UTC offset but ignores time
| |zone changes
Priority|P2 |P1
Keywords| |NeedsRadar, Regression
------- Comment #3 from ddkilzer at webkit.org 2007-01-02 20:27 PDT -------
Confirmed that this is a regression from shipping Safari 2.0.4 (419.3) on Mac
OS X 10.4.8 (8N1037). Tested on locally-built debug build of WebKit r18541.
There are basically two solutions:
1. Don't cache the UTC offset.
2. Cache the UTC offset and check for time zone changes to determine if it
needs to be recalculated.
--
Configure bugmail: http://bugs.webkit.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