mirror of https://github.com/BOINC/boinc.git
parent
367d0daa8e
commit
58b5a09fa5
|
@ -32,7 +32,7 @@ function show_host($host, $private, $ipprivate) {
|
|||
}
|
||||
row2("Domain name", $host->domain_name);
|
||||
$x = $host->timezone/3600;
|
||||
if ($x > 0) $x="+$x";
|
||||
if ($x >= 0) $x="+$x";
|
||||
row2("Local Standard Time", "UTC $x hours");
|
||||
}
|
||||
if ($private) {
|
||||
|
|
Loading…
Reference in New Issue