mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -73,10 +73,10 @@ log_email_remote=고객 주소 : $1
|
||||
|
||||
nice_size_PB=PB
|
||||
nice_size_PiB=PiB
|
||||
nice_size_TB=결핵
|
||||
nice_size_TB=TB
|
||||
nice_size_TiB=TiB
|
||||
nice_size_GB=GB
|
||||
nice_size_GiB=수코양이
|
||||
nice_size_GiB=GiB
|
||||
nice_size_MB=MB
|
||||
nice_size_MiB=MiB
|
||||
nice_size_kB=kB
|
||||
|
||||
@@ -2259,9 +2259,6 @@ if (!$@ && $] > 5.011) {
|
||||
my $date_format_time = DateTime->from_epoch(locale => $locale_name_loaded, epoch => $secs, time_zone => $tz)->strftime($locale_format_time);
|
||||
$date_format_time = $date_format_time;
|
||||
$date_format_time =~ s/(\d+):(\d+):(\d+)(.*?)/$1:$2$4/;
|
||||
if ($main::webmin_script_type eq 'web') {
|
||||
$date_format_time =~ s/\s/ /g;
|
||||
}
|
||||
return "$date_format_short $date_format_time";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user