[Webkit-unassigned] [Bug 12070] New: KJS::getUTCOffset() caches UTC offset but ignores time zone changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 2 07:08:29 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12070

           Summary: KJS::getUTCOffset() caches UTC offset but ignores time
                    zone changes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: kmccullough at apple.com


The KJS::getUTCOffset() method in JavaScriptCore/kjs/DateMath.cpp caches the
UTC offset, but it never checks to see if the time zone has changed after
caching the value (e.g., if a user opened the Date & Time system preference
pane and changed their Mac's time zone).

This doesn't seem to cause any issues (e.g., when running the test for Bug
12057), but I'd like to do further testing.  This bug is a reminder to do that.


-- 
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