Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/sys/
Dstub.rs13 fn time_to_tm(ts: i64, tm: &mut Tm) { in time_to_tm() function
70 time_to_tm(sec, tm); in time_to_local_tm()