Configuration parameters
No initial configuration needed, each user will be prompt to choose its timezone on next login.
Some configuration parameters are available though for fine-tuning:
enabledEnable / disable the extension without having to uninstall it. Value can betrueorfalse.disabled_guisSpecify for which GUIs the extension should be disabled, for example if you only want to use it in the backoffice and not in the end-users portal. Values can bebackoffice,itop-portalor any other portal instance ID.
Default values:
'molkobain-multiple-timezones-support' => array(
'enabled' => true,
'disabled_guis' => array(),
),