diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 2f8994495..82674223e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -513,7 +513,7 @@ function format_interval($timestamp) { function format_date($timestamp, $type = "medium", $format = "") { global $user; - // $timestamp += ($user->timezone) ? $user->timezone - date("Z") : 0; + $timestamp += ($user->timezone) ? $user->timezone - date("Z") : 0; switch ($type) { case "small": |