. I tried it, but it didn't work. Am I not using the right syntax.;date.timezone =Asia/Jakarta
In the meantime, I am able to affect timezon on a page by page basis by applying:
Code: Select all
<?
ini_set('date.timezone', 'America/Los_Angeles');
?>Moderator: General Moderators
. I tried it, but it didn't work. Am I not using the right syntax.;date.timezone =Asia/Jakarta
Code: Select all
<?
ini_set('date.timezone', 'America/Los_Angeles');
?>Note however, this does NOT affected mysql datetime settings.SetEnv TZ America/Montreal