docs-v2/content/flux/v0.x/stdlib/timezone/_index.md

719 B

title list_title description menu weight flux/v0.x/tags cascade
Flux timezone package timezone package The Flux `timezone` package provide functions for timezones on the [location option](/flux/v0.x/stdlib/universe/#location). Import the `timezone` package.
flux_0_x_ref
name parent
timezone Standard library
11
timezone
location
functions
package
introduced
0.134.0

The Flux timezone package provide functions for timezones on the location option. Import the timezone package.

import "timezone"

Constants

timezone.utc = {zone: "UTC", offset: 0h}

Functions

{{< children type="functions" show="pages" >}}