1 2 3 4
use time::OffsetDateTime; /// Type alias for timestamps (RFC3339/ISO8601 compatible). pub type Timestamp = OffsetDateTime;