Home | History | Annotate | Download | only in mjsunit

Lines Matching full:time

40 // For local time we just test that parsing returns non-NaN positive
43 var d = Date.parse("parse-local-time:" + string);
44 assertTrue(!isNaN(d), "parse-local-time: " + string + " is NaN.");
45 assertTrue(d > 0, "parse-local-time: " + string + " <= 0.");
102 // Allow AM/PM after the time.
130 // Test that we do the right correction for different time zones.
198 // Allow missing time.
208 // Local time cases.
219 // Misc. test cases that result in a different time value.
227 // Test PM after time.
235 // Test different version of the ES5 date time string format.
271 // ES5 date time string format compliance.