1
0
mirror of https://github.com/golang/go synced 2024-11-23 17:20:02 -07:00
go/src/time
Carlos Amedee c12f53864b time: update windows zoneinfo_abbrs
The primary branch of the github.com/unicode-org/cldr repository
has changed to main instead of master. This changes the branch used
to download the Windows zone file.

Ran:
go generate time

For #58113

Change-Id: Idb3dcaf44fc52d4b6abfed5a3ca6cd6f745dc3f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/493477
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
Auto-Submit: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
2023-05-12 20:01:59 +00:00
..
testdata
tzdata time/tzdata: generate zip constant during cmd/dist 2023-01-17 22:30:53 +00:00
embed.go
example_test.go
export_android_test.go
export_test.go time: optimize appendInt and appendNanos 2022-10-24 19:23:32 +00:00
export_windows_test.go
format_rfc3339.go time: revert strict parsing of RFC 3339 2023-01-18 19:59:26 +00:00
format_test.go time: avoid creating a parse error from the next chunk of the value 2022-11-17 15:49:25 +00:00
format.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00
genzabbrs.go time: update windows zoneinfo_abbrs 2023-05-12 20:01:59 +00:00
internal_test.go
mono_test.go
sleep_test.go
sleep.go
sys_plan9.go
sys_unix.go time: add wasip1 support 2023-04-11 20:56:10 +00:00
sys_windows.go
tick_test.go
tick.go time: no need to wrap error with errors.New 2023-01-20 01:07:08 +00:00
time_test.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
time.go time: implement strict RFC 3339 during marshal and unmarshal 2022-10-20 16:29:38 +00:00
tzdata_test.go
zoneinfo_abbrs_windows.go time: update windows zoneinfo_abbrs 2023-05-12 20:01:59 +00:00
zoneinfo_android_test.go
zoneinfo_android.go
zoneinfo_goroot.go
zoneinfo_ios.go
zoneinfo_js.go
zoneinfo_plan9.go src: rename unexported errors by adding prefix err 2023-02-16 23:09:19 +00:00
zoneinfo_read.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_test.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00
zoneinfo_unix_test.go
zoneinfo_unix.go time: add /etc/zoneinfo as valid path for tzdata for NixOS 2023-02-04 02:26:55 +00:00
zoneinfo_wasip1.go time: add wasip1 support 2023-04-11 20:56:10 +00:00
zoneinfo_windows_test.go
zoneinfo_windows.go
zoneinfo.go time: fix timezone lookup logic for non-DST zones 2023-03-13 17:06:56 +00:00