svn path=/trunk/boinc/; revision=6029
This commit is contained in:
Bruce Allen 2005-05-05 05:15:26 +00:00
parent 367d0daa8e
commit 58b5a09fa5
1 changed files with 1 additions and 1 deletions

View File

@ -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) {