Add Configure timezone to boostrap

This commit is contained in:
Bryan Crowe 2013-12-16 21:14:32 -05:00
parent 01be15d654
commit 708d462bf9

View file

@ -269,6 +269,14 @@
*/
//date_default_timezone_set('UTC');
/**
* Config.timezone is available which you can set to users timezone string.
* If a method of CakeTime class is called with $timezone parameter as null and Config.timezone is set,
* then the value of Config.timezone will be used. This feature allows you to set users timezone just
* once instead of passing it each time in function calls.
*/
//Configure::write('Config.timezone', 'Europe/Paris')
/**
*
* Cache Engine Configuration