Lines Matching refs:Dec
29 PASS Date.parse("Dec ((27) 26 (24)) 25 1995 1:30 PM UTC") == 819898200000 is true
32 PASS Date.parse("Dec 25 1995 1:30 PM UTC (") == 819898200000 is true
35 PASS Date.parse("Dec 25 1995 1:30 (PM)) UTC") is NaN
38 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) GMT (EST)") == 819849600000 is true
41 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996)") == 819849600000 + timeZoneOffset is true
44 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) GMT (EST)") == 819855000000 is true
47 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40)") == 819855000000 + timeZoneOffset …
50 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 ") == 819855000000 + timeZoneOffset is true
53 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 AM (1:40 PM) GMT (EST)") == 819855000000 i…
56 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 AM (1:40 PM)") == 819855000000 + timeZoneO…
59 PASS Date.parse("Dec 25 1995 1:30( )AM (PM)") is NaN
62 PASS Date.parse("Dec 25 1995 1:30 AM (PM)") == 819855000000 + timeZoneOffset is true
65 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 13:30 (13:40) GMT (PST)") == 819898200000 is tr…
68 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 13:30 (13:40)") == 819898200000 + timeZoneOffse…
71 PASS Date.parse("(Nov) Dec (24) 25 (26) 13:30 (13:40) 1995 (1996)") == 819898200000 + timeZoneOffse…
74 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 13:30 (13:40) ") == 819898200000 + timeZoneOffs…
77 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) PM (AM) GMT (PST)") == 819898200000…
80 PASS Date.parse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) PM (AM)") == 819898200000 + timeZon…
83 PASS Date.parse("Dec 25 1995 1:30(AM)PM") is NaN
86 PASS Date.parse("Dec 25 1995 1:30 (AM)PM ") == 819898200000 + timeZoneOffset is true
89 PASS Date.parse("Dec 25 1995 (PDT)UTC(PST)") == 819849600000 is true
92 PASS Date.parse("Dec 25 1995 (PDT)UT(PST)") == 819849600000 is true
95 PASS Date.parse("Dec 25 1995 (UTC)PST(GMT)") == 819878400000 is true
98 PASS Date.parse("Dec 25 1995 (UTC)PDT(GMT)") == 819874800000 is true
101 PASS Date.parse("Dec 25 1995 1:30 (PDT)UTC(PST)") == 819855000000 is true
104 PASS Date.parse("Dec 25 1995 1:30 (PDT)UT(PST)") == 819855000000 is true
107 PASS Date.parse("Dec 25 1995 1:30 (UTC)PST(GMT)") == 819883800000 is true
110 PASS Date.parse("Dec 25 1995 1:30 (UTC)PDT(GMT)") == 819880200000 is true
113 PASS Date.parse("Dec 25 1995 1:30 (AM) PM (PST) UTC") == 819898200000 is true
116 PASS Date.parse("Dec 25 1995 1:30 PM (AM) (PST) UT") == 819898200000 is true
119 PASS Date.parse("Dec 25 1995 1:30 PM (AM) (UTC) PST") == 819927000000 is true
122 PASS Date.parse("Dec 25 1995 1:30 (AM) PM PDT (UTC)") == 819923400000 is true
125 PASS Date.parse("Dec 25 1995 XXX (GMT)") is NaN
128 PASS Date.parse("Dec 25 1995 1:30 XXX (GMT)") is NaN
131 PASS Date.parse("Dec 25 1995 1:30 U(TC)") is NaN
134 PASS Date.parse("Dec 25 1995 1:30 V(UTC)") is NaN
137 PASS Date.parse("Dec 25 1995 1:30 (UTC)W") is NaN
140 PASS Date.parse("Dec 25 1995 1:30 (GMT)X") is NaN
143 PASS Date.parse("Dec 25 1995 0:30 (PM) GMT") == 819851400000 is true
146 PASS Date.parse("Dec 25 1995 (1)0:30 AM GMT") == 819851400000 is true
149 PASS Date.parse("Dec 25 1995 (1)0:30 PM GMT") == 819894600000 is true
152 PASS Date.parse("Anf(Dec) 25 1995 GMT") is NaN
155 PASS Date.parse("(Sat) Wed (Nov) Dec (Nov) 25 1995 1:30 GMT") == 819855000000 is true
158 PASS Date.parse("Wed (comment 1) (comment 2) Dec 25 1995 1:30 GMT") == 819855000000 is true
161 PASS Date.parse("Wed(comment 1) (comment 2) Dec 25 1995 1:30 GMT") == 819855000000 is true
164 PASS Date.parse("We(comment 1) (comment 2) Dec 25 1995 1:30 GMT") == 819855000000 is true