Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dcmos.rs491 fn timestamp_to_datetime(timestamp: i64) -> DateTime<Utc> { in timestamp_to_datetime() function
497 timestamp_to_datetime(946684799) in test_now_party_like_its_1999()
502 timestamp_to_datetime(946684800) in test_now_y2k_compliant()
507 timestamp_to_datetime(1483228799) in test_now_2016_before_leap_second()
512 timestamp_to_datetime(1483228800) in test_now_2017_after_leap_second()
630 let now_fn = || timestamp_to_datetime(946782245); in cmos_alarm()
641 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(949550706))); in cmos_alarm()
651 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(978404644))); in cmos_alarm()
660 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 …]