====== Change the default time zone ====== Sometimes people have hosted in other parts of the country than where they are located. When that happens the script using the default time zone for the area the server is located. To change the default time zone you can add this: ini_set('date.timezone', 'America/Los_Angeles'); or putenv("TZ=US/Eastern"); To the following files: * administration/includes/params.php * Connections/classifieds.php Please see these links for further reference: * http://us2.php.net/timezones * http://us2.php.net/manual/en/function.date-default-timezone-set.php PHP > 5.2 * http://www.theprojects.org/dev/zone.txt Keep in mind this will only change new dates and any already inserted in the database will be left the same.