[BlueOnyx:25006] Vacation message timezone

Andreas Ebertus lists.aeb at cbxnet.de
Tue Jul 20 12:04:24 -05 2021


Hi,

when setting up a vacation message, the start and end time seems to be using "America/New_York" as timezone.
Which in our case means that the start and end time is about 6 hours off.

If I change

if (!isset($timeObj["timeZone"])) {
    $timeObj["timeZone"] = "America/New_York";
}

to something else, like

if (!isset($timeObj["timeZone"])) {
    $timeObj["timeZone"] = "Europe/Berlin";
}

in /usr/sausalito/ui/chorizo/ci/application/libraries/ServerScriptHelper.php, it's using the correct timezone.

Which setting sets $timeObj["timeZone"]? It doesn't seem to be the systems timezone in "System Settings" -> "Time".
Is there another timezone setting?

All the best,
Andreas




More information about the Blueonyx mailing list