From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/go/time%2Ftzdata%2Findex.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devdocs/go/time%2Ftzdata%2Findex.html (limited to 'devdocs/go/time%2Ftzdata%2Findex.html') diff --git a/devdocs/go/time%2Ftzdata%2Findex.html b/devdocs/go/time%2Ftzdata%2Findex.html new file mode 100644 index 00000000..5335b358 --- /dev/null +++ b/devdocs/go/time%2Ftzdata%2Findex.html @@ -0,0 +1,13 @@ +

Package tzdata

Overview

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.

Index

Package files

tzdata.go zzipdata.go

+

+ © Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
+ http://golang.org/pkg/time/tzdata/ +

+
-- cgit v1.2.3