[PATCH] time: make the ParseInLocation test more robust
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 9 Mar 2017 12:20:54 +0000 (13:20 +0100)
committerSylvain Beucler <beuc@debian.org>
Tue, 26 Apr 2022 17:32:45 +0000 (18:32 +0100)
commit427ee9da5e3dee6e3e1d6b666f0fe1e4840dc4e3
tree2c61efc0de92fb182b0ead812f10d478d84e5764
parent262d117d8e3b05f86c3dda3af5d62c9a5b0d6a2e
[PATCH] time: make the ParseInLocation test more robust

The tzdata 2017a update (2017-02-28) changed the abbreviation of the
Asia/Baghdad time zone (used in TestParseInLocation) from 'AST' to the
numeric '+03'.

Update the test so that it skips the checks if we're using a recent
tzdata release.

Fixes #19457

Change-Id: I45d705a5520743a611bdd194dc8f8d618679980c
Reviewed-on: https://go-review.googlesource.com/37964
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

Gbp-Pq: Name cl-37964--tzdata-2017a.patch
src/time/format_test.go