Closed
Bug 559112
Opened 16 years ago
Closed 16 years ago
Javascript date object toString returns wrong timezone suffix
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 501278
People
(Reporter: kfeldt, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
Javascript toString method for new Date() object returns the wrong date suffix for timezone (The GMT offset is correct)
e.g FFox on windows returns something like...
Tue Apr 13 ....... GMT-0400 (Eastern Daylight Time)
while OSX returns
..... GMT-0400 (EST)
Reproducible: Always
Steps to Reproduce:
1. on page load, use JS to display new Date() toString()
2.
3.
Actual Results:
'Current time is Tue Apr 12 13:55:00 GMT-0400 (EST)'
Expected Results:
'Current time is Tue Apr 12 13:55:00 GMT-0400 (EDT)'
See above - works fine on windows
Comment 1•16 years ago
|
||
Thanks for the report!
This has already been reported though, marking as a duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•