Mar 30, 2006 #1 overyde Programmer May 27, 2003 226 ZA I know that you can use: date_default_timezone_set to set the timezone for your pages to run in PHP5. Is there anyway to do this in PHP4? Reality is built on a foundation of dreams.
I know that you can use: date_default_timezone_set to set the timezone for your pages to run in PHP5. Is there anyway to do this in PHP4? Reality is built on a foundation of dreams.
Mar 31, 2006 1 Thread starter #2 overyde Programmer May 27, 2003 226 ZA Found a work around: Create an .htaccess file and script the following: Code: SetEnv TZ Africa/Johannesburg Timezone appendix can be found here for your relevant timezone: http://www.php.net/manual/en/timezones.php I wish I could give myself a star!!!! Reality is built on a foundation of dreams. Upvote 0 Downvote
Found a work around: Create an .htaccess file and script the following: Code: SetEnv TZ Africa/Johannesburg Timezone appendix can be found here for your relevant timezone: http://www.php.net/manual/en/timezones.php I wish I could give myself a star!!!! Reality is built on a foundation of dreams.
Mar 31, 2006 Thread starter #3 overyde Programmer May 27, 2003 226 ZA Thanks Reality is built on a foundation of dreams. Upvote 0 Downvote