Version: 0.9.7-1 Sorry for the delay in noting this fix in the BTS. it was fixed in commit 5ba8629d49a5a208c6ee00f2f79495917a96a172 (using a slightly different changeset) four years ago :)
--dkg On Thu 2016-07-14 13:24:42 +0200, Jakub Wilk wrote: > Source: faketime > Version: 0.9.6-7 > Tags: patch > > Ooops, the test I included in #830588 happens to work in my timezone, > but not necessarily elsewhere. Here's a patch to fix it. > > -- > Jakub Wilk > --- a/debian/tests/smoketest > +++ b/debian/tests/smoketest > @@ -1,3 +1,4 @@ > #!/bin/bash > export LC_ALL=C > -exec diff -u <(echo 'Wed Dec 24 07:15:42 UTC 2008') <(faketime '2008-12-24 > 08:15:42' date -u) > +export TZ=UTC > +exec diff -u <(echo 'Wed Dec 24 08:15:42 UTC 2008') <(faketime '2008-12-24 > 08:15:42' date)