From 4760b5a478f9760e82819439843bca92085281d5 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 2 Feb 2016 13:46:49 -0800 Subject: misc: update timezone database to IANA 2016a Fixes #14202 Change-Id: Ia6dccecb1b9b3f6c0838c99090e6ddf1ad43303c Reviewed-on: https://go-review.googlesource.com/19175 Run-TryBot: Rob Pike TryBot-Result: Gobot Gobot Reviewed-by: Russ Cox --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 360617 -> 360703 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 3ffadc2ab4..86b1f21100 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=2015g -DATA=2015g +CODE=2016a +DATA=2016a set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 740d81988b..0207d6bcbc 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf