]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not use legacy time zone names
authorMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:08:40 +0000 (21:08 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:25:47 +0000 (21:25 +0200)
commit8d0cdb54eeb27e1eeabec75e8a9cd673f3679f16
treee706bd131684f2d2cb950bf6ac2acf93e7432ed4
parent5159597db5475bb3a68ba9f650d8a5f03e54c850
Do not use legacy time zone names

"PST8PDT" is a legacy time zone name whose use in modern code is
discouraged.  It so happens that using this time zone with musl libc
time functions results in different output than for other libc
implementations, which breaks the lib/isc/tests/time_test unit test.
Use the "America/Los_Angeles" time zone instead in order to get
consistent output across all tested libc implementations.

(cherry picked from commit f4daf6e0e7d4f347242392fbf3d585707c831b5a)
lib/isc/tests/time_test.c