mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove smart quotes from Configure timezone in bootstrap
This commit is contained in:
parent
4b28254319
commit
3a7650ad9b
1 changed files with 3 additions and 3 deletions
|
@ -270,9 +270,9 @@
|
||||||
//date_default_timezone_set('UTC');
|
//date_default_timezone_set('UTC');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ‘Config.timezone’ is available which you can set to user’s timezone string.
|
* `Config.timezone` is available which you can set to user's timezone string.
|
||||||
* If a method of CakeTime class is called with $timezone parameter as null and ‘Config.timezone’ is set,
|
* 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 user’s timezone just
|
* then the value of `Config.timezone` will be used. This feature allows you to set user's timezone just
|
||||||
* once instead of passing it each time in function calls.
|
* once instead of passing it each time in function calls.
|
||||||
*/
|
*/
|
||||||
//Configure::write('Config.timezone', 'Europe/Paris')
|
//Configure::write('Config.timezone', 'Europe/Paris')
|
||||||
|
|
Loading…
Reference in a new issue