From: Rob Pike Date: Mon, 22 Apr 2013 23:28:42 +0000 (-0700) Subject: lib/time: update to IANA 2013c X-Git-Tag: go1.1rc2~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=05e8db985aa1d8959d9ca1fedb148470fdcf0bb0;p=gostls13.git lib/time: update to IANA 2013c This should do it for the release. There was a new data set pushed out a couple of days ago. Fixes #4553. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8621044 --- diff --git a/lib/time/update.bash b/lib/time/update.bash index c2377e1243..e0eb891e3d 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=2013b -DATA=2013b +CODE=2013c +DATA=2013c set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index c10a42576e..e9ddfff818 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ