Skip to content

Commit

Permalink
Merge pull request #331 from kev0960/master
Browse files Browse the repository at this point in the history
Add TryFromU64 trait for `DateTime<FixedOffset>`.
  • Loading branch information
billy1624 authored Nov 23, 2021
2 parents d952a3e + bc952b3 commit 2dea267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/executor/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,3 +544,6 @@ try_from_u64_err!(Vec<u8>);

#[cfg(feature = "with-uuid")]
try_from_u64_err!(uuid::Uuid);

#[cfg(feature = "with-chrono")]
try_from_u64_err!(chrono::DateTime<chrono::FixedOffset>);

0 comments on commit 2dea267

Please sign in to comment.