Searched defs:OffsetDateTime (Results 1 – 2 of 2) sorted by relevance
25 impl ToSql for OffsetDateTime { implementation37 impl FromSql for OffsetDateTime { implementation
199 pub fn to_time(&self) -> Result<OffsetDateTime, ComponentRange> { in to_time()