]> Cypherpunks repositories - gostls13.git/commit
time: support colon at start of TZ value
authorJay Lee <BusyJayLee@gmail.com>
Fri, 18 Sep 2020 05:49:09 +0000 (05:49 +0000)
committerIan Lance Taylor <iant@golang.org>
Sat, 19 Sep 2020 05:19:50 +0000 (05:19 +0000)
commit58fe2cd4022c77946ce4b598cf3e30ccc8367143
tree122147a11d9983438a795baf9a8f2f3e25db6017
parentccf581f126e03590993454b62d2676b759120adf
time: support colon at start of TZ value

According to POSIX, there are three formats for TZ variable. When
it refers to timezone file, it should starts with a colon. This commit
removes the colon if it exists, so that it keeps compatible with both
the spec and the old behavior.

Change-Id: I30cfeaea530d24e174de309952338cb1146694a5
GitHub-Last-Rev: 11d83d11ca2eca9d542036cf5e23559388fd323e
GitHub-Pull-Request: golang/go#27570
Reviewed-on: https://go-review.googlesource.com/c/go/+/134217
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
src/time/zoneinfo_unix.go
src/time/zoneinfo_unix_test.go [new file with mode: 0644]