date zone
This commit is contained in:
parent
18ff07d7ce
commit
f59d157fc6
@ -319,7 +319,7 @@ $serendipity['indexFile'] = 'index.php';
|
||||
if (function_exists('date_default_timezone_get')) {
|
||||
// We currently offer no Timezone setting (only offset to UTC), so we
|
||||
// rely on the OS' timezone.
|
||||
date_default_timezone_set(date_default_timezone_get());
|
||||
@date_default_timezone_set(@date_default_timezone_get());
|
||||
}
|
||||
|
||||
/* vim: set sts=4 ts=4 expandtab : */
|
||||
|
Loading…
x
Reference in New Issue
Block a user