fix Bug#785380 incorrect date format
Gbp-Pq: Name 0026-fix-Bug-785380-incorrect-date-format.patch
This commit is contained in:
parent
d7e1294035
commit
e709391ab6
|
@ -13,6 +13,9 @@ use Net::SMTP;
|
|||
use Getopt::Std;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
# for sane timestamp format
|
||||
$ENV{LANG} = 'C';
|
||||
|
||||
$opts{'s'} = "localhost";
|
||||
$opts{'f'} = 'root@' . `hostname`;
|
||||
chomp($opts{'f'});
|
||||
|
|
Loading…
Reference in New Issue