summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-07-06 00:16:05 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-07-07 16:15:13 +0000
commite5ff529679b3adbed06d509b0fc21a76b62e89e9 (patch)
treeb2af9a8397c1cfeb167ad581f6c769c1cccfb376 /lib
parentd8722012afb789f1a2875a0d2ed50bfbae12bb9c (diff)
downloadgo-git-e5ff529679b3adbed06d509b0fc21a76b62e89e9.tar.gz
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 <adg@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Quentin Smith <quentin@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash6
-rw-r--r--lib/time/zoneinfo.zipbin364413 -> 364741 bytes
2 files changed, 3 insertions, 3 deletions
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
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ