If you don't have access to php.ini, use the following code somewhere
in your application:
<?php
ini_set('date.timezone','Asia/Kuala_Lumpur');
?>
Same goes for my other post with the putenv function.
For a list of supported timezones, visit [1].
------
[1] http://us2.php.net/manual/en/timezones.php
------
Ryan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---