Home
last modified time | relevance | path

Searched refs:timestamp_to_datetime (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/
Dcmos.rs466 fn timestamp_to_datetime(timestamp: i64) -> DateTime<Utc> { in timestamp_to_datetime() function
472 timestamp_to_datetime(946684799) in test_now_party_like_its_1999()
477 timestamp_to_datetime(946684800) in test_now_y2k_compliant()
482 timestamp_to_datetime(1483228799) in test_now_2016_before_leap_second()
487 timestamp_to_datetime(1483228800) in test_now_2017_after_leap_second()
600 let now_fn = || timestamp_to_datetime(946782245); in cmos_alarm()
611 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(949550706))); in cmos_alarm()
621 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(978404644))); in cmos_alarm()
630 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(946782245))); in cmos_alarm()
687 let now_fn = || timestamp_to_datetime(946782245); in cmos_sleep_wake()
[all …]