Closed
Bug 117257
Opened 23 years ago
Closed 23 years ago
today prints date as tomorrow
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: graham, Assigned: rogerl)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7+) Gecko/20011228
BuildID: 2001122808
The Javascript function today returns a timezone offset of 24 hours, causing the
time to be shown correctly but the date as tomorrow.
Reproducible: Always
Steps to Reproduce:
1.TZ environment variable not set
2./etc/localtime is a symlink to /usr/share/zoneinfo/Europe/London
3.Start mozilla and visit http://www.privacy.net/analyze/
Actual Results: The date/time on your computer and time zone is: Sat Dec 29
22:32:27 GMT+2400 (BST) 2001
Time/date in your locale format: Sat 29 Dec 2001 22:32:27 BST
Expected Results: The date/time on your computer and time zone is: Fri Dec 28
22:32:27 GMT+0 (GMT) 2001
Time/date in your locale format: Fri 28 Dec 2001 22:32:27 GMT
I am using SuSe Linux 7.3, glibc 2.2.4
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 65671 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Graham: you have been cc'ed on the duplicate bug so you can follow
its progress. Thank you for this report - you are entirely correct.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•