A time zone.
struct Zone {
/* private fields */
}| Name | Description |
|---|---|
| load | Loads a time zone from a well known name. |
| local | Loads the local time zone. |
| utc | Loads the UTC time zone. |
| Receiver | Name | Description |
|---|---|---|
&self | compact | Returns a normalized version of a |
&self | expand | Expands a time since the epoch to a |
| Name | Description |
|---|---|
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |