default ZM_TIMEZONE value to empty in which case we don't set the value
This commit is contained in:
parent
137bdb1f24
commit
ac8c7a9347
|
@ -785,7 +785,7 @@ our @options = (
|
|||
},
|
||||
{
|
||||
name => 'ZM_TIMEZONE',
|
||||
default => 'UTC',
|
||||
default => '',
|
||||
description => 'The timezone that php should use.',
|
||||
help => q`
|
||||
This should be set equal to the system timezone of the mysql server`,
|
||||
|
|
Loading…
Reference in New Issue