Closed
Bug 609853
Opened 15 years ago
Closed 7 years ago
Parity with ECMAScript 5 on Date functionality
Categories
(Tamarin Graveyard :: Library, defect)
Tamarin Graveyard
Library
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: lhansen, Unassigned)
References
Details
In ECMAScript 5 several additional features are introduced in the Date class:
- ISO time stamps
- <date>.toISOString() method
- Date.parse must parse ISO time stamps
- Date.now() returns the current UTC time
There may be others I forget right now - investigation required.
We should add these to ActionScript. The change to Date.parse() may require bugcompatibility versioning, the other require simple API versioning.
![]() |
||
Updated•15 years ago
|
Flags: flashplayer-bug-
Flags: flashplayer-qrb+
Flags: flashplayer-injection-
Priority: P3 → --
Target Milestone: Q3 11 - Serrano → Future
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•