package tzdata
Import Path
time/tzdata (on go.dev)
Dependency Relation
imports 3 packages, and imported by 0 packages
Involved Source Files
Package tzdata provides an embedded copy of the timezone database.
If this package is imported anywhere in the program, then if
the time package cannot find tzdata files on the system,
it will use this embedded information.
Importing this package will increase the size of a program by about
450 KB.
This package should normally be imported by a program's main package,
not by a library. Libraries normally shouldn't decide whether to
include the timezone database in a program.
This package will be automatically imported if you build with
-tags timetzdata.
zzipdata.go
The pages are generated with Golds v0.7.0-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |