If your server runs PHP 5.1, you can add this line to ac-config.inc.php to set the timezone for the calendar:
- Code: Select all
date_default_timezone_set('Asia/Tokyo');
Replace 'Asia/Tokyo' with the timezone you need, find the correct format here: http://www.php.net/manual/en/timezones.php
This will only work with PHP 5.1, I'm not sure if there's a way to easily do this with PHP 3/4.