[Webkit-unassigned] [Bug 19139] New: Wrong JavaScript Time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 03:58:01 PDT 2008


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

           Summary: Wrong JavaScript Time
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh PowerPC
               URL: http://www.4dpi.de/time.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hans.thiele at 4dpi.de


When the time zone is set to IST (GMT +5.30) and the next city is set to
"Colombo (Sri Lanka)", then JavaScript will add 24 hours to the actual time and
display "GMT+2930 (IST)". With any other city in this time zone it displays the
correct time "GMT+0530 (IST)". Other browser, also working with WebKit like
Shiira or iCab, show the same bug while browser with an own engine like Opera
or Firefox pass the test correctly.
The bug is very simple to show with this JavaScript command:

document.write(new Date());


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