This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Timezone
Started 13 years ago by Leopard | 3 posts |
-
Hi, how can I adjust script timezone. thanks :)
Posted 13 years ago # -
You can edit your config.php file and put this code:
date_default_timezone_set('America/New_York') ;
in the above sample, it would set the timezone to New York's timezone.
You can change it with other timezones, complete list available here:
http://www.php.net/manual/en/timezones.phpMachForm Founder
Posted 13 years ago # -
thanks yuniar, now it works :)
Posted 13 years ago #
Reply
You must log in to post.