Closed
Bug 288463
Opened 20 years ago
Closed 19 years ago
JavaScript 1.5 Reference - Date.prototype.getTime returns UTC
Categories
(Documentation Graveyard :: Web Developer, defect)
Documentation Graveyard
Web Developer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
The JS15 Ref states in <http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/date.html#Method%20Summary> and <http://devedge.netscape.com/library/manuals/2000/javascript/1.5/reference/date.html#1193811> <quote> getTime Returns the numeric value corresponding to the time for the specified date according to local time. </quote> getTime actually returns the UTC time number not the local timezone time number.
Comment 1•19 years ago
|
||
fixed. http://developer.mozilla.org/en/docs/index.php?title=Core_JavaScript_1.5_Reference:Global_Objects:Date:getTime&curid=1059&diff=16865&oldid=15854&rcid=16578
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•