mirror of
https://github.com/webmin/webmin.git
synced 2025-08-19 01:15:14 +00:00
Add UTC timezone to Linux.
This commit is contained in:
@ -26,6 +26,7 @@ while(<ZONE>) {
|
||||
}
|
||||
close(ZONE);
|
||||
push(@rv, [ "GMT", "GMT" ]) if (!$done{'GMT'});
|
||||
push(@rv, [ "UTC", "UTC" ]) if (!$done{'UTC'});
|
||||
return sort { $a->[0] cmp $b->[0] } @rv;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user