Change timezone for client in htaccess file

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:

PHP Code:
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

 

 

 

 

Top