We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9e0e5 commit b4ebc4eCopy full SHA for b4ebc4e
postgres-types/src/chrono_04.rs
@@ -1,5 +1,7 @@
1
use bytes::BytesMut;
2
-use chrono_04::{DateTime, Duration, FixedOffset, Local, NaiveDate, NaiveDateTime, NaiveTime, Utc};
+use chrono_04::{
3
+ DateTime, Duration, FixedOffset, Local, NaiveDate, NaiveDateTime, NaiveTime, TimeZone, Utc,
4
+};
5
use postgres_protocol::types;
6
use std::error::Error;
7
0 commit comments