Version: SG FLX
Community
Handling Timezones for Alerting triggers
Signals supports different time zones. If no time zone is specified, the default JVM time zone is used.
You can specify the timezone of each trigger by adding a timezone
ID to the schedule of a trigger:
{
"trigger":
{
"schedule":
{
"timezone": "Europe/Berlin",
"weekly":[ {"on":["monday","wednesday"], "at":["12:00","18:00"]} ]
}
},
}
A timezone ID can be either something like “Europe/Berlin” or “UTC+01:00”. For details on timezone IDs, refer to the JavaDocs on timezones.