]> Cypherpunks repositories - gostls13.git/commit
time: avoid or clarify CEST
authorIan Lance Taylor <iant@golang.org>
Tue, 15 Oct 2019 14:12:26 +0000 (07:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Oct 2019 17:48:38 +0000 (17:48 +0000)
commit47759fbab76cb4b4de93382158fae5d27924979f
tree7e694aa17c0f422dae9fe959ca9bff99b050fccb
parent2c87be436bddd9b49f11959adee1ae817cb48ee1
time: avoid or clarify CEST

In the tzdata database CEST is not recognized as a timezone name.
It is used as the abbreviated name for daylight saving time in
Central Europe.  Avoid using CEST in documentation as it suggests
that programs can parse dates that use CEST, which will typically
fail on Unix systems.

Updates #34913

Change-Id: I4b22f7d06607eb5b066812a48af58edd95498286
Reviewed-on: https://go-review.googlesource.com/c/go/+/201197
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/time/example_test.go
src/time/time.go
src/time/zoneinfo.go