Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Drule.rs164 let current_year_dst_start_unix_time = in find_local_time_type() localVariable
171 match Ord::cmp(&current_year_dst_start_unix_time, &current_year_dst_end_unix_time) { in find_local_time_type()
173 if unix_time < current_year_dst_start_unix_time { in find_local_time_type()
208 } else if unix_time < current_year_dst_start_unix_time { in find_local_time_type()