summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-09-26 02:38:25 +0200
committerGuillem Jover <guillem@debian.org>2017-10-16 11:04:27 +0200
commit08c15e1b795d2468798c43330ca5426e10487cbc (patch)
treedeac388c8cfd340a27f0fe60a1635b6eda13080d
parent4618ae2495a843b40ea5223fa7a4910543194297 (diff)
downloaddpkg-08c15e1b795d2468798c43330ca5426e10487cbc.tar.gz
t-func: Use UTC0 when setting TZ
-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