Lines Matching full:2012
370 let dt = Utc.ymd(2012, 12, 12).and_hms_milli(18, 22, 30, 0); in test_duration_round()
373 "2012-12-12 18:25:00 UTC" in test_duration_round()
376 let dt = Utc.ymd(2012, 12, 12).and_hms_milli(18, 22, 29, 999); in test_duration_round()
379 "2012-12-12 18:20:00 UTC" in test_duration_round()
384 "2012-12-12 18:20:00 UTC" in test_duration_round()
388 "2012-12-12 18:30:00 UTC" in test_duration_round()
392 "2012-12-12 18:00:00 UTC" in test_duration_round()
396 "2012-12-13 00:00:00 UTC" in test_duration_round()
419 let dt = Utc.ymd(2012, 12, 12).and_hms_milli(18, 22, 30, 0); in test_duration_trunc()
422 "2012-12-12 18:20:00 UTC" in test_duration_trunc()
425 let dt = Utc.ymd(2012, 12, 12).and_hms_milli(18, 22, 29, 999); in test_duration_trunc()
428 "2012-12-12 18:20:00 UTC" in test_duration_trunc()
432 "2012-12-12 18:20:00 UTC" in test_duration_trunc()
436 "2012-12-12 18:00:00 UTC" in test_duration_trunc()
440 "2012-12-12 18:00:00 UTC" in test_duration_trunc()
444 "2012-12-12 00:00:00 UTC" in test_duration_trunc()