How can I change the time zone in CakePHP? My application uses the Indian time zone but it is hosted on a US server which takes a US time zone. Can anyone tell me how I can change the time zone?
feedback
|
|
You can set the time zone in /app/config/core.php:
edit: try add this in your app/config/bootstrap.php
| |||||
|
feedback
|