pub type DateTimeLocal = DateTime<Local>;
Date time represented in local time
struct DateTimeLocal { /* private fields */ }