This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 08c15e1b795d2468798c43330ca5426e10487cbc Author: Guillem Jover <[email protected]> Date: Tue Sep 26 02:38:25 2017 +0200 t-func: Use UTC0 when setting TZ --- debian/changelog | 1 + t-func/atlocal.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 125610c..f562a8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -166,6 +166,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium - Avoid many function arguments in Dpkg_Changelog.t check_options(). - Add a new unit test for Dpkg::Control::FieldsCore. - Switch from IO::String to native open() scalar support. + - Use UTC0 when setting TZ. [ Updated programs translations ] * German (Sven Joachim). diff --git a/t-func/atlocal.in b/t-func/atlocal.in index 50263fc..683249c 100644 --- a/t-func/atlocal.in +++ b/t-func/atlocal.in @@ -10,7 +10,7 @@ umask 0022 LC_ALL=C export LC_ALL -TZ=UTC +TZ=UTC0 export TZ SOURCE_DATE_EPOCH=0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

