time: make the ParseInLocation test more robust
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 9 Mar 2017 12:20:54 +0000 (13:20 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Mon, 28 Jan 2019 21:24:55 +0000 (21:24 +0000)
commitab1daae4836a190ee6ee1b47f11086be07822802
tree38ef6513085a2c12d71bbec90982522b9f3939cf
parent001084e3969e2254a56c8cd18184a989a268f882
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