summaryrefslogtreecommitdiff
path: root/lib/time
Commit message (Collapse)AuthorAgeFilesLines
* lib/time: update tzdata to 2016jBrad Fitzpatrick2017-01-052-2/+2
| | | | | | | | | | Fixes #18500 Change-Id: I4dddd1b99aecf86b9431b0c14f452152dff9b95a Reviewed-on: https://go-review.googlesource.com/34816 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* lib/time: update tzdata to 2016iBrad Fitzpatrick2016-11-102-2/+2
| | | | | | | | | | Fixes #17678 Change-Id: I01d12a827e6106efed1ec024f736c640b86906b4 Reviewed-on: https://go-review.googlesource.com/33029 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
* lib/time: update to IANA release 2016g (September 2016)Alberto Donizetti2016-10-202-2/+2
| | | | | | | | Change-Id: Ie6258602554c5bb6685c9de42ccda84d297af1e2 Reviewed-on: https://go-review.googlesource.com/31515 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* lib/time: update to IANA release 2016f (July 2016)Brad Fitzpatrick2016-07-072-3/+3
| | | | | | | | | | | | 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>
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
| | | | | | | | | | | | | | | | | | Follows suit with https://go-review.googlesource.com/#/c/20111. Generated by running $ grep -R 'Go Authors. All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go Authors. All/Go Authors. All/g' $F;done The code in cmd/internal/unvendor wasn't changed. Fixes #15213 Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f Reviewed-on: https://go-review.googlesource.com/21819 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* lib/time: update to IANA release 2016d (Apr 2016).David Symonds2016-04-282-2/+2
| | | | | | | | Change-Id: I46d9ea31cf5836d054a9ce22af4dd1742a418a07 Reviewed-on: https://go-review.googlesource.com/22588 Run-TryBot: David Symonds <dsymonds@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rob Pike <r@golang.org>
* misc: update timezone database to IANA 2016aRob Pike2016-02-032-2/+2
| | | | | | | | | | Fixes #14202 Change-Id: Ia6dccecb1b9b3f6c0838c99090e6ddf1ad43303c Reviewed-on: https://go-review.googlesource.com/19175 Run-TryBot: Rob Pike <r@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
* lib/time: update to IANA release 2015g.David Symonds2016-01-212-2/+3
| | | | | | Change-Id: Id82209dc313fa6b54e623eb325412737e7a055fe Reviewed-on: https://go-review.googlesource.com/18794 Reviewed-by: Andrew Gerrand <adg@golang.org>
* lib/time: update to IANA release 2015e.David Symonds2015-07-222-2/+2
| | | | | | | | | Fixes #11810. Change-Id: I8453e53a72e242a69ea34eb393999e7291d4358f Reviewed-on: https://go-review.googlesource.com/12502 Run-TryBot: David Symonds <dsymonds@golang.org> Reviewed-by: Rob Pike <r@golang.org>
* lib/time: update to ICANN time zone database 2014jRob Pike2014-12-032-2/+2
| | | | | | | | | Fixes #9189. LGTM=dsymonds R=golang-codereviews, dsymonds CC=golang-codereviews https://golang.org/cl/178660043
* lib/timezone: update to IANA 2014dRob Pike2014-06-012-2/+2
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/102040045
* lib/time/zoneinfo.zip: update to IANA release 2014cRob Pike2014-05-162-2/+2
| | | | | | | LGTM=minux.ma R=golang-codereviews, minux.ma CC=golang-codereviews https://golang.org/cl/93420046
* lib/time: update time zone info to v.2014bRobert Hencke2014-04-292-4/+2
| | | | | | | | | Fixes #7412. LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/92850043
* lib/time: update time zone files to version 2013gRob Pike2013-10-082-2/+4
| | | | | | | | | | This dataset is current as of Sep 30, 2013. Fixes #6524 R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14570044
* lib/time: update to IANA 2013cRob Pike2013-04-222-2/+2
| | | | | | | | | | | This should do it for the release. There was a new data set pushed out a couple of days ago. Fixes #4553. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8621044
* lib/time: update time zone to IANA version 2013bRob Pike2013-04-022-2/+2
| | | | | | | | Update #4553. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8293043
* lib/time: update link in README; draft now an RFCRuss Cox2013-03-111-1/+1
| | | | | | R=golang-dev, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/7704043
* lib/time/zoneinfo: deleteRuss Cox2012-02-19581-0/+0
| | | | | | | | Now in zoneinfo.zip. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5671098
* time: switch to using (uncompressed) zoneinfo zip fileRuss Cox2012-02-193-8/+14
| | | | | | | | Removal of old zoneinfo files is a separate CL due to its size. R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/5676100
* time: add zoneinfo files, mainly for non-Unix systemsRuss Cox2012-02-18581-0/+0
| | | | | | | | Generated by lib/time/update.bash. R=bradfitz CC=golang-dev https://golang.org/cl/5676096
* lib/time: add README, update.bash scriptRuss Cox2012-02-182-0/+54
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5674104