mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Add commented out default timezone config setting.
This commit is contained in:
parent
bdd200633f
commit
ccc9a974f2
@ -20,6 +20,7 @@ $c->stylesheets = array( "/rscds.css" );
|
||||
$c->collections_always_exist = true;
|
||||
$c->enable_row_linking = true;
|
||||
// $c->default_locale = array('es_MX', 'es_MX.UTF-8', 'es');
|
||||
// $c->local_tzid = 'Pacific/Auckland'; // Perhaps we should read from /etc/timezone - I wonder how standard that is?
|
||||
$c->default_locale = "en_NZ";
|
||||
$c->base_directory = preg_replace("#/[^/]*$#", "", $_SERVER['DOCUMENT_ROOT']);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user