aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_header.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r--phpBB/includes/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 275cb674f8..b176211256 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -55,7 +55,7 @@ else
//
if($sys_timezone < 0)
{
- $s_timezone = "$l_all_times GMT $sys_timezone $l_hours";
+ $s_timezone = "$l_all_times GMT - $sys_timezone $l_hours";
}
else if($sys_timezone == 0)
{