TIME ZONE OFFSET


$HOUR_offset

$HOUR_offset is used if the SERVER time is not the same as the time in your time zone.

So if your server time is at least an hour too fast or too slow, use this feature.

If you DO NOT need to use this feature, set $HOUR_offset = "0"; (DEFAULT)

To use this feature, simply enter + or – the number of hours needed to offset your server’s hour.

EXAMPLES:

(TO ADD ONE HOUR)
$HOUR_offset = "+1";

(TO ADD TWO HOURS)
$HOUR_offset = "+2";

(TO SUBTRACT ONE HOUR)
$HOUR_offset = "-1";

(TO SUBTRACT TWO HOURS)
$HOUR_offset = "-2";

ETC....