From 3cb090f93c4b0d9ebdf111efb0c5383d8ca97bd2 Mon Sep 17 00:00:00 2001 From: David Symonds Date: Fri, 29 Apr 2016 08:43:53 +1000 Subject: lib/time: update to IANA release 2016d (Apr 2016). Change-Id: I46d9ea31cf5836d054a9ce22af4dd1742a418a07 Reviewed-on: https://go-review.googlesource.com/22588 Run-TryBot: David Symonds TryBot-Result: Gobot Gobot Reviewed-by: Rob Pike --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 360703 -> 364413 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 86b1f21100..01fe07bf34 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -8,8 +8,8 @@ # Consult http://www.iana.org/time-zones for the latest versions. # Versions to use. -CODE=2016a -DATA=2016a +CODE=2016d +DATA=2016d set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 0207d6bcbc..530a04a074 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.1