Skip to content

Commit

Permalink
lib/time, time/tzdata: update to 2021e
Browse files Browse the repository at this point in the history
Doing this a little early in the release cycle as there have been some
changes in the handling of old timezones. They should continue to
work as expected, but more testing time may be useful.

For golang#22487

Change-Id: I3686fed79a052c46112445055044cff5842f2a45
Reviewed-on: https://go-review.googlesource.com/c/go/+/362874
Trust: Ian Lance Taylor <[email protected]>
Run-TryBot: Ian Lance Taylor <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Tobias Klauser <[email protected]>
  • Loading branch information
ianlancetaylor committed Nov 11, 2021
1 parent 4b27d40 commit 99fa49e
Show file tree
Hide file tree
Showing 3 changed files with 6,892 additions and 6,865 deletions.
4 changes: 2 additions & 2 deletions lib/time/update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# Consult https://www.iana.org/time-zones for the latest versions.

# Versions to use.
CODE=2021a
DATA=2021a
CODE=2021e
DATA=2021e

set -e
rm -rf work
Expand Down
Binary file modified lib/time/zoneinfo.zip
Binary file not shown.
Loading

0 comments on commit 99fa49e

Please sign in to comment.