Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Edit /var/www/html/vcl/.ht-inc/php5extras.php to indicate the correct time zone:
    date_default_timezone_set('America/Los_Angeles');
  2. Edit /var/www/html/vcl/.ht-inc/requests.php (line 3301 currently) to indicate the correct time zone (purely cosmetic):
    print "<small>(Pacific Time Zone)</small>";