default ZM_TIMEZONE value to empty in which case we don't set the value

This commit is contained in:
Isaac Connor 2020-02-11 13:21:02 -05:00
parent 137bdb1f24
commit ac8c7a9347
1 changed files with 1 additions and 1 deletions

View File

@ -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`,