Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dcmos.rs497 fn timestamp_to_datetime(timestamp: i64) -> DateTime<Utc> { in timestamp_to_datetime() function
503 timestamp_to_datetime(946684799) in test_now_party_like_its_1999()
508 timestamp_to_datetime(946684800) in test_now_y2k_compliant()
513 timestamp_to_datetime(1483228799) in test_now_2016_before_leap_second()
518 timestamp_to_datetime(1483228800) in test_now_2017_after_leap_second()
631 let now_fn = || timestamp_to_datetime(946782245); in cmos_alarm()
642 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(949550706))); in cmos_alarm()
652 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(978404644))); in cmos_alarm()
661 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(946782245))); in cmos_alarm()
718 let now_fn = || timestamp_to_datetime(946782245); in cmos_sleep_wake()
[all …]