pagetop/src/datetime.rs
2024-02-09 14:05:38 +01:00

4 lines
147 B
Rust

//! [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time handling
//! ([chrono](https://docs.rs/chrono)).
pub use chrono::prelude::*;