It's possible that your server's time is off, or time zone is not calculating correctly, and therefore you may have to explicitly set it, by setting it in the file you quoted:
Code:
  // put your timezone here. Refer to http://www.php.net/manual/en/timezones.php
  $TZ = 'PUT_YOUR_TIMEZONE_HERE';  // eg: 'Europe/Oslo'