Options
how to set the time-zone?
I want to change the time-zone setting to fit my local time, where is the file can set it? and how?
thx
thx
Tagged:
0
Comments
[code]
if (ini_get('date.timezone') == '')
date_default_timezone_set('America/Montreal');
[/code]
Change America/Montreal to your time zone.
great it worked for me changed to Asia/India
Thanks