DISABLE_TIMEZONES

Disable per-event timezone customization, forcing all events to be entered in the site-wide default timezone

Accepted values: true/false

Context: Global (client/global.config.php)

By default LiveWhale’s timezone-awareness allows users to enter events in any timezone. To disable this and require that all new events be in the timezone set as the default on your server, add this to your global.config.php:

$_LW->CONFIG['DISABLE_TIMEZONES']=true;