mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-07-27 12:58:41 +00:00
PVE/AbstractMigrate.pm: avoid locale specific time stamps
This commit is contained in:
parent
c033210fa5
commit
9ed0fe88ce
@ -14,7 +14,7 @@ my $msg2text = sub {
|
|||||||
|
|
||||||
my $res = '';
|
my $res = '';
|
||||||
|
|
||||||
my $tstr = strftime("%b %d %H:%M:%S", localtime);
|
my $tstr = strftime("%F %H:%M:%S", localtime);
|
||||||
|
|
||||||
foreach my $line (split (/\n/, $msg)) {
|
foreach my $line (split (/\n/, $msg)) {
|
||||||
if ($level eq 'err') {
|
if ($level eq 'err') {
|
||||||
|
Loading…
Reference in New Issue
Block a user