Home
last modified time | relevance | path

Searched defs:OffsetDateTime (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rusqlite/src/types/
Dtime.rs25 impl ToSql for OffsetDateTime { implementation
37 impl FromSql for OffsetDateTime { implementation
/external/rust/crates/zip/src/
Dtypes.rs199 pub fn to_time(&self) -> Result<OffsetDateTime, ComponentRange> { in to_time()