Skip to content

Commit

Permalink
lib/time: update tzdata to 2017c
Browse files Browse the repository at this point in the history
Update the tzdata database to version 2017c (released 2017-10-20).

Updates #22487

Change-Id: If58ff89173ef1f1044075505f42ff132b57795f0
Reviewed-on: https://go-review.googlesource.com/74230
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
tklauser authored and bradfitz committed Dec 6, 2017
1 parent fe2869c commit 0e76143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 http://www.iana.org/time-zones for the latest versions.

# Versions to use.
CODE=2017b
DATA=2017b
CODE=2017c
DATA=2017c

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

0 comments on commit 0e76143

Please sign in to comment.