Skip to content

Commit

Permalink
lib/time: update time zone info to v.2014b
Browse files Browse the repository at this point in the history
Fixes golang#7412.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/92850043
  • Loading branch information
rhencke authored and robpike committed Apr 30, 2014
1 parent 74dccea commit bdff7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/time/update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
# This script rebuilds the time zone files using files
# downloaded from the ICANN/IANA distribution.

# NOTE: As of Oct, 2013, the C files will not build on Macs but will build on Linux.

# Versions to use.
CODE=2013g
DATA=2013g
CODE=2014b
DATA=2014b

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

0 comments on commit bdff7f9

Please sign in to comment.