Expand description
A Time struct backed by the tz-rs
crate.
Structs§
- Error that indicates a given operation has resulted in an integer overflow.
- Represents the number of seconds offset from UTC.
- Serialized representation of a timestamp using a ten-element array of datetime components.
- Error that indicates that a provided value is outside the allowed range of values. Generally seen when constructing an offset that is greater than the allowed range.
- Error that indicates that the provided string cannot be used in the creation of a timezone.
Enums§
- A wrapper around some of the errors provided by
tz-rs
.
Constants§
- The maximum allowed offset in seconds from UTC in the future for a fixed offset.
- The maximum allowed offset in seconds from UTC in the past for a fixed offset.
Type Aliases§
- Alias for
std::result::Result
with the unifiedTimeError
.