How is adjusted The Time Zone

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

You'll need to do this via php. Try setting it in the _config.inc.php file using the detail here:

http://php.net/manual/en/function.date-default-timezone-set.php

Alternatively set it globally via your php.ini.

Regards,
Adam.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
There's no support in our scripts for different timezones, you'll need to modify where-ever the date is being output in the code itself.

Regards,
Adam.