Expand description
Convert between chrono::DateTime and f64 representation as used in Strand Camera and Braid.
Functionsยง
- datetime_
to_ f64 - Converts a chrono::DateTime to an f64 timestamp representation.
- f64_
to_ datetime - Converts an f64 timestamp to a chrono::DateTime in UTC timezone.
- f64_
to_ datetime_ any - Converts an f64 timestamp to a chrono::DateTime in the specified timezone.