summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--t-func/atlocal.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 125610c2c..f562a8d89 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 50263fc21..683249c85 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