pub type DbTimestamp = DateTime<Utc>;
Shorthand for the chrono based timestamp type used in the database.
chrono
struct DbTimestamp { /* private fields */ }