Searched refs:unix_time_to_unix_leap_time (Results 1 – 1 of 1) sorted by relevance
170 let unix_leap_time = match self.unix_time_to_unix_leap_time(unix_time) { in find_local_time_type()395 const fn unix_time_to_unix_leap_time(&self, unix_time: i64) -> Result<i64, Error> { in unix_time_to_unix_leap_time() method920 assert!(matches!(time_zone_ref.unix_time_to_unix_leap_time(1136073599), Ok(1136073621))); in test_leap_seconds()921 assert!(matches!(time_zone_ref.unix_time_to_unix_leap_time(1136073600), Ok(1136073623))); in test_leap_seconds()922 assert!(matches!(time_zone_ref.unix_time_to_unix_leap_time(1136073601), Ok(1136073624))); in test_leap_seconds()