pub type DateTimeUtc = DateTime<Utc>;
Alias for a chrono datetime at UTC, which is how OPC UA represent timestmaps.
pub struct DateTimeUtc { /* private fields */ }