pub type Datetime = Datetime;
struct Datetime { pub seconds: u64, pub nanoseconds: u32, }
seconds: u64
nanoseconds: u32