• Home
  • Raw
  • Download

Lines Matching refs:dec

31 PASS Date.parse("dec ((27) 26 (24)) 25 1995 1:30 pm utc") == 819898200000 is true
34 PASS Date.parse("dec 25 1995 1:30 pm utc (") == 819898200000 is true
37 PASS Date.parse("dec 25 1995 1:30 (pm)) utc") is NaN
40 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) gmt (est)") == 819849600000 is true
43 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996)") == 819849600000 + timeZoneOffset is true
46 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 (1:40) gmt (est)") == 819855000000 is true
49 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 (1:40)") == 819855000000 + timeZoneOffset …
52 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 ") == 819855000000 + timeZoneOffset is true
55 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 am (1:40 pm) gmt (est)") == 819855000000 i…
58 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 am (1:40 pm)") == 819855000000 + timeZoneO…
61 PASS Date.parse("dec 25 1995 1:30( )am (pm)") is NaN
64 PASS Date.parse("dec 25 1995 1:30 am (pm)") == 819855000000 + timeZoneOffset is true
67 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 13:30 (13:40) gmt (pst)") == 819898200000 is tr…
70 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 13:30 (13:40)") == 819898200000 + timeZoneOffse…
73 PASS Date.parse("(nov) dec (24) 25 (26) 13:30 (13:40) 1995 (1996)") == 819898200000 + timeZoneOffse…
76 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 13:30 (13:40) ") == 819898200000 + timeZoneOffs…
79 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 (1:40) pm (am) gmt (pst)") == 819898200000…
82 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 (1:40) pm (am)") == 819898200000 + timeZon…
85 PASS Date.parse("dec 25 1995 1:30(am)pm") is NaN
88 PASS Date.parse("dec 25 1995 1:30 (am)pm ") == 819898200000 + timeZoneOffset is true
91 PASS Date.parse("dec 25 1995 (pdt)utc(pst)") == 819849600000 is true
94 PASS Date.parse("dec 25 1995 (pdt)ut(pst)") == 819849600000 is true
97 PASS Date.parse("dec 25 1995 (utc)pst(gmt)") == 819878400000 is true
100 PASS Date.parse("dec 25 1995 (utc)pdt(gmt)") == 819874800000 is true
103 PASS Date.parse("dec 25 1995 1:30 (pdt)utc(pst)") == 819855000000 is true
106 PASS Date.parse("dec 25 1995 1:30 (pdt)ut(pst)") == 819855000000 is true
109 PASS Date.parse("dec 25 1995 1:30 (utc)pst(gmt)") == 819883800000 is true
112 PASS Date.parse("dec 25 1995 1:30 (utc)pdt(gmt)") == 819880200000 is true
115 PASS Date.parse("dec 25 1995 1:30 (am) pm (pst) utc") == 819898200000 is true
118 PASS Date.parse("dec 25 1995 1:30 pm (am) (pst) ut") == 819898200000 is true
121 PASS Date.parse("dec 25 1995 1:30 pm (am) (utc) pst") == 819927000000 is true
124 PASS Date.parse("dec 25 1995 1:30 (am) pm pdt (utc)") == 819923400000 is true
127 PASS Date.parse("dec 25 1995 xxx (gmt)") is NaN
130 PASS Date.parse("dec 25 1995 1:30 xxx (gmt)") is NaN
133 PASS Date.parse("dec 25 1995 1:30 u(tc)") is NaN
136 PASS Date.parse("dec 25 1995 1:30 v(utc)") is NaN
139 PASS Date.parse("dec 25 1995 1:30 (utc)w") is NaN
142 PASS Date.parse("dec 25 1995 1:30 (gmt)x") is NaN
145 PASS Date.parse("dec 25 1995 0:30 (pm) gmt") == 819851400000 is true
148 PASS Date.parse("dec 25 1995 (1)0:30 am gmt") == 819851400000 is true
151 PASS Date.parse("dec 25 1995 (1)0:30 pm gmt") == 819894600000 is true
154 PASS Date.parse("anf(dec) 25 1995 gmt") is NaN
157 PASS Date.parse("(sat) wed (nov) dec (nov) 25 1995 1:30 gmt") == 819855000000 is true
160 PASS Date.parse("wed (comment 1) (comment 2) dec 25 1995 1:30 gmt") == 819855000000 is true
163 PASS Date.parse("wed(comment 1) (comment 2) dec 25 1995 1:30 gmt") == 819855000000 is true
166 PASS Date.parse("we(comment 1) (comment 2) dec 25 1995 1:30 gmt") == 819855000000 is true