[Webkit-unassigned] [Bug 26531] New: Timezone calculation incorrect in Venezuela.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 21:56:54 PDT 2009


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

           Summary: Timezone calculation incorrect in Venezuela.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


The problem is that we're calculating the timezone relative to 01/01/2000, but
the VET timezone changed from -4 hours to -4:30 hours on 12/09/2007.  According
to the spec, section 15.9.1.9 states "the time since the beginning of the
year", presumably meaning the *current* year.  Change the calculation to be
based on whatever the current year is, rather than a canned date.


-- 
Configure bugmail: https://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