pub type Timestamp = DateTime<Utc>;
The point in time associated with a data point.
pub struct Timestamp { /* private fields */ }