Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/sys/
Dwindows.rs56 fn system_time_to_tm(sys: &SYSTEMTIME, tm: &mut Tm) { in system_time_to_tm() function
98 system_time_to_tm(&local, tm); in time_to_local_tm()