]> Cypherpunks repositories - gostls13.git/commit
Revert "time: enable ZONEINFO tzdata file support and error reporting"
authorRuss Cox <rsc@golang.org>
Wed, 15 Nov 2017 17:53:30 +0000 (17:53 +0000)
committerRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 14:58:12 +0000 (14:58 +0000)
commit02298ae11a0d63afe42431791dad92dcf9714c3d
treec1897e6de024bf1bb297605d9eecf9e4db3f32db
parentc09ee9d1ce63300d97ea1a102e9917dabbe87803
Revert "time: enable ZONEINFO tzdata file support and error reporting"

This reverts commit 630d176e7d5e42e21d176d1b9d48de0e03e7cec8.

Reason for revert: the CL moves a parser for what appears to be an
Android-specific file format into the main code and makes it available
on all platforms. Android-specific file formats should be limited to
Android.

Change-Id: I3f19fe03673d65ed1446a0dcf95e5986053e10c0
Reviewed-on: https://go-review.googlesource.com/77950
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/time/zoneinfo.go
src/time/zoneinfo_android.go
src/time/zoneinfo_read.go