Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/
Ddatetime.rs183 pub fn timestamp_subsec_micros(&self) -> u32 { in timestamp_subsec_micros() method
184 self.datetime.timestamp_subsec_micros() in timestamp_subsec_micros()
2477 assert_eq!(1234, datetime.timestamp_subsec_micros()); in test_subsecond_part()
/external/rust/crates/chrono/src/naive/
Ddatetime.rs393 pub fn timestamp_subsec_micros(&self) -> u32 { in timestamp_subsec_micros() method