CoolMike
11-22-2002, 10:28 AM
Hi
Our servers are located in a different timezone. At the moment we use the following code, to switch to the correct time zone in PHP files:
putenv("TZ=Etc/GMT-2");
Is it possible to set the timezone also in the htaccess file? With this solution, every user could have the own timezone on the server and don't need to change the scripts.
Thanks for your help.
BR
Michael
Our servers are located in a different timezone. At the moment we use the following code, to switch to the correct time zone in PHP files:
putenv("TZ=Etc/GMT-2");
Is it possible to set the timezone also in the htaccess file? With this solution, every user could have the own timezone on the server and don't need to change the scripts.
Thanks for your help.
BR
Michael
