forked from svaarala/duktape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-37af3b7f642f7b82a708866659b4536cfa8b439a.yaml
46 lines (40 loc) · 1.49 KB
/
issue-37af3b7f642f7b82a708866659b4536cfa8b439a.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--- !ditz.rubyforge.org,2008-03-06/issue
title: implement first version of Date built-in
desc: |-
The first version must be Ecmascript compliant, but does not need to be
optimized yet.
The E5/E5.1 is quite loose in specifying many aspects of Date behavior.
For instance:
* Date parsing must handle an ISO 8601 subset, but can also parse anything
else; strict compliance does not require anything else, but real world
compatibility might.
* String-formatting is implementation defined (even for non-locale-specific
formats). Strict compliance does not require anything particular, but
real world compatibility might.
The "real world requirements" need separate investigation after the initial
implementation is complete (separate issues should be opened).
The initial implementation should rely on a minimal number of platform
mechanisms (like locales). These can serve as a baseline even if locale
specific formatting is added later.
type: :task
component: duk
release: v0.2
reporter: sva <[email protected]>
status: :closed
disposition: :fixed
creation_time: 2013-02-17 01:35:25.503819 Z
references: []
id: 37af3b7f642f7b82a708866659b4536cfa8b439a
log_events:
- - 2013-02-17 01:35:28.819163 Z
- sva <[email protected]>
- created
- ""
- - 2013-02-17 01:43:16.356199 Z
- sva <[email protected]>
- assigned to release v0.2 from unassigned
- ""
- - 2013-02-20 23:29:32.455250 Z
- sva <[email protected]>
- closed with disposition fixed
- ""