thomascube
2008-09-03 62784a2ce5766058838ea5643b09cc2f7a573343
program/include/main.inc
@@ -706,8 +706,8 @@
    return '';
   
  // get user's timezone
  if ($CONFIG['timezone'] == 'auto')
    $tz = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : intval(date('O'))/100;
  if ($CONFIG['timezone'] === 'auto')
    $tz = isset($_SESSION['timezone']) ? $_SESSION['timezone'] : date('Z')/3600;
  else {
    $tz = $CONFIG['timezone'];
    if ($CONFIG['dst_active'])