Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/
H A Dcmos.rs494 fn timestamp_to_datetime(timestamp: i64) -> DateTime<Utc> { in timestamp_to_datetime() function
500 timestamp_to_datetime(946684799) in test_now_party_like_its_1999()
505 timestamp_to_datetime(946684800) in test_now_y2k_compliant()
510 timestamp_to_datetime(1483228799) in test_now_2016_before_leap_second()
515 timestamp_to_datetime(1483228800) in test_now_2017_after_leap_second()
633 let now_fn = || timestamp_to_datetime(946782245); in cmos_alarm()
644 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(949550706))); in cmos_alarm()
654 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(978404644))); in cmos_alarm()
663 assert_eq!(cmos.alarm_time, Some(timestamp_to_datetime(946782245))); in cmos_alarm()
721 let now_fn = || timestamp_to_datetime(946782245); in cmos_sleep_wake()
[all …]