Skip to content

Commit bb222cd

Browse files
ALTreebradfitz
authored andcommitted
lib/time: update vendored tzdata to release 2018e
It has been a long time since the last time the vendored zoneinfo in lib/time was updated, and we're well into the freeze. Update it to the lastest release from IANA. Updates golang#22487 Change-Id: Ib9a8eb409554848285fc88363dbb04ed9d6d9eb0 Reviewed-on: https://go-review.googlesource.com/117855 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 30a63ec commit bb222cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/time/update.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Consult https://www.iana.org/time-zones for the latest versions.
99

1010
# Versions to use.
11-
CODE=2017c
12-
DATA=2017c
11+
CODE=2018e
12+
DATA=2018e
1313

1414
set -e
1515
rm -rf work

lib/time/zoneinfo.zip

116 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)