Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Drule.rs250 let dst_end_transition_end = self.dst_end.unix_time(current_year, 0) in find_local_time_type_from_local() localVariable
270 && local_time < dst_end_transition_end in find_local_time_type_from_local()
273 } else if local_time >= dst_end_transition_end in find_local_time_type_from_local()
283 if local_time < dst_end_transition_end { in find_local_time_type_from_local()
285 } else if local_time >= dst_end_transition_end in find_local_time_type_from_local()
289 } else if local_time > dst_end_transition_end in find_local_time_type_from_local()
319 && local_time < dst_end_transition_end in find_local_time_type_from_local()
331 && local_time < dst_end_transition_end in find_local_time_type_from_local()
334 } else if local_time >= dst_end_transition_end in find_local_time_type_from_local()