Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Dmod.rs438 let gregorian_day = self.date.num_days_from_ce() as i64; in timestamp() localVariable
440 (gregorian_day - UNIX_EPOCH_DAY) * 86_400 + seconds_from_midnight in timestamp()