Lines Matching refs:utc
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
91 PASS Date.parse("dec 25 1995 (pdt)utc(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
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
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
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