From 80dcb8173b0abde86448fae343b67c3431903627 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sun, 1 Jun 2014 00:15:23 +0000 Subject: lib/timezone: update to IANA 2014d LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/102040045 --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 358933 -> 358933 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/time') diff --git a/lib/time/update.bash b/lib/time/update.bash index 8aa7b8296..8e1662afd 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=2014c -DATA=2014c +CODE=2014d +DATA=2014d set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index cf71f5f7f..e0d3afe07 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.1