From e5ff529679b3adbed06d509b0fc21a76b62e89e9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 6 Jul 2016 00:16:05 +0000 Subject: lib/time: update to IANA release 2016f (July 2016) Fixes #16273 Change-Id: I443e1f254fd683c4ff61beadae89c1c45ff5d972 Reviewed-on: https://go-review.googlesource.com/24744 Reviewed-by: Andrew Gerrand Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Quentin Smith Reviewed-by: Ian Lance Taylor --- lib/time/update.bash | 6 +++--- lib/time/zoneinfo.zip | Bin 364413 -> 364741 bytes 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 6d67b4caaa..e4987bb9f1 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2012 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. @@ -8,8 +8,8 @@ # Consult http://www.iana.org/time-zones for the latest versions. # Versions to use. -CODE=2016d -DATA=2016d +CODE=2016f +DATA=2016f set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 530a04a074..bbb8e86104 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf