Skip to content

Commit

Permalink
lib/time: update to IANA release 2016f (July 2016)
Browse files Browse the repository at this point in the history
Fixes #16273

Change-Id: I443e1f254fd683c4ff61beadae89c1c45ff5d972
Reviewed-on: https://go-review.googlesource.com/24744
Reviewed-by: Andrew Gerrand <[email protected]>
Run-TryBot: Brad Fitzpatrick <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Quentin Smith <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
bradfitz committed Jul 7, 2016
1 parent d872201 commit e5ff529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/time/update.bash
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
Binary file modified lib/time/zoneinfo.zip
Binary file not shown.

0 comments on commit e5ff529

Please sign in to comment.