Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Drule.rs165 let current_year_dst_end_unix_time = in find_local_time_type() localVariable
170 match Ord::cmp(&current_year_dst_start_unix_time, &current_year_dst_end_unix_time) { in find_local_time_type()
182 } else if unix_time < current_year_dst_end_unix_time { in find_local_time_type()
197 if unix_time < current_year_dst_end_unix_time { in find_local_time_type()