Add a default timezone (reported by gaspine)
This commit is contained in:
parent
cfcafdf7e4
commit
984f1b2a41
2 changed files with 8 additions and 0 deletions
|
@ -66,4 +66,11 @@
|
|||
* 0 : disable
|
||||
*/
|
||||
$config['cops_show_icons'] = "1";
|
||||
|
||||
/*
|
||||
* Default timezone
|
||||
* Check following link for other timezones :
|
||||
* http://www.php.net/manual/en/timezones.php
|
||||
*/
|
||||
$config['default_timezone'] = "Europe/Paris";
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue