Skip to main content

DateTimeUtc

Type Alias DateTimeUtc 

Source
pub type DateTimeUtc = DateTime<Utc>;
Expand description

Alias for a chrono datetime at UTC, which is how OPC UA represent timestmaps.

Aliased Typeยง

pub struct DateTimeUtc { /* private fields */ }