This commit is contained in:
Chris Tsang 2022-05-09 22:33:59 +08:00
parent 5dec47e441
commit c8851646e8

View File

@ -22,7 +22,7 @@ pub use chrono::NaiveDate as Date;
pub use chrono::NaiveTime as Time;
#[cfg(feature = "with-chrono")]
pub type DateTime = chrono::DateTime<chrono::Utc>;
pub use chrono::NaiveDateTime as DateTime;
/// Date time with fixed offset
#[cfg(feature = "with-chrono")]