From: Rob Pike Date: Tue, 2 Apr 2013 23:49:45 +0000 (-0700) Subject: lib/time: update time zone to IANA version 2013b X-Git-Tag: go1.1rc2~217 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=26e0ddcf2a0de1fbbed87cfe1f33d18731813a0c;p=gostls13.git lib/time: update time zone to IANA version 2013b Update #4553. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8293043 --- diff --git a/lib/time/update.bash b/lib/time/update.bash index ef7fdc79be..c2377e1243 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -7,8 +7,8 @@ # downloaded from the ICANN/IANA distribution. # Versions to use. -CODE=2011i -DATA=2011n +CODE=2013b +DATA=2013b set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index b542132392..c10a42576e 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ