Skip to content

Commit f724bcf

Browse files
committed
Ignore local timezone
Same as in openSUSE/obs-build#1047
1 parent a256e56 commit f724bcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helpers/changelogfilter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use Time::Zone;
88

99
use strict;
1010

11+
$ENV{TZ} = "UTC";
1112
my @wday = qw{Sun Mon Tue Wed Thu Fri Sat};
1213
my @mon = qw{Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec};
1314
my $zone;

0 commit comments

Comments
 (0)