Re-exports§
pub use tea_time::chrono;
Modules§
Structs§
- ISO 8601 combined date and time with time zone.
- The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
Enums§
Traits§
- Fused multiply-add. Computes
(self * a) + bwith only one rounding error, yielding a more accurate result than an unfused multiply-add. - Defines a multiplicative identity element for
Self. - Defines an additive identity element for
Self.