]> Cypherpunks.ru repositories - gostls13.git/commitdiff
lib/time: update to IANA release 2016f (July 2016)
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Jul 2016 00:16:05 +0000 (00:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jul 2016 16:15:13 +0000 (16:15 +0000)
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>
lib/time/update.bash
lib/time/zoneinfo.zip

index 6d67b4caaa399025e32fcd644fcfacf3f1df5e77..e4987bb9f1456b405eb1b323a207154bc630562a 100755 (executable)
@@ -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
index 530a04a07462d7474c1339b72a4c91857700d62c..bbb8e86104091fa8a021cd675265888714a1f865 100644 (file)
Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ