time

Module utc_offset

Source
Expand description

The UtcOffset struct and its associated impls.

Modulesยง

private ๐Ÿ”’

Structsยง

UtcOffset
An offset from UTC.

Type Aliasesยง

Hours ๐Ÿ”’
The type of the hours field of UtcOffset.
Minutes ๐Ÿ”’
The type of the minutes field of UtcOffset.
Seconds ๐Ÿ”’
The type of the seconds field of UtcOffset.
WholeSeconds ๐Ÿ”’
The type capable of storing the range of whole seconds that a UtcOffset can encompass.