//! "Naive" date/time types, i.e. without an associated time zone.
pub use ;
pub use ;
pub use ;
pub use NaiveTime;
pub use NaiveWeek;
/// (De)serialization of `NaiveDateTime` in alternate formats.
///
/// The various modules in here are intended to be used with serde's
/// `#[serde(with = "...")]` field attribute to serialize as something
/// other than the default ISO 8601 string.