pub type TimeInterval<T> = (DateTime<T>, DateTime<T>);
A tuple of chrono::DateTime objects forming a time interval.
chrono::DateTime