From 58b5a09fa5a22940591e734832229c6bc0ffc1a6 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 5 May 2005 05:15:26 +0000 Subject: [PATCH] Oops svn path=/trunk/boinc/; revision=6029 --- html/inc/host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/host.inc b/html/inc/host.inc index 6730a395db..f2b1762e5c 100644 --- a/html/inc/host.inc +++ b/html/inc/host.inc @@ -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) {