X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fprocess;h=75c487a1a05a534c5aa9d046e28709d4ab85b1e8;hb=907fa43dbb9e516daba3ceded78dbafab29d09e5;hp=9fb2c2f52f172633b9c7b1822956a8213e7b8607;hpb=0bbbb98d698f232436ed5061487c81a9a732b5da;p=debbugs.git diff --git a/scripts/process b/scripts/process index 9fb2c2f..75c487a 100755 --- a/scripts/process +++ b/scripts/process @@ -7,7 +7,9 @@ use warnings; use strict; -use POSIX qw(strftime); +use locale; +use POSIX qw(strftime locale_h); +setlocale(LC_TIME, "C"); use IO::File;