pub fn first_moment() -> NaiveDateTimeExpand description
The moment regarded as the beginning of time.
ยงExamples
println!("{}", first_moment()); // -262144-01-01 00:00:00pub fn first_moment() -> NaiveDateTimeThe moment regarded as the beginning of time.
println!("{}", first_moment()); // -262144-01-01 00:00:00