Fixes UTC notification time (now using server TZ)

Fixes #4250
This commit is contained in:
Simone Mainardi 2020-07-31 16:16:19 +02:00
parent b15379d5be
commit 172e632395
2 changed files with 24 additions and 23 deletions

View file

@ -2347,8 +2347,7 @@ function alert_utils.processAlertNotifications(now, periodic_frequency, force_ex
::continue::
end
notification_recipients.processNotifications(now, periodic_frequency)
notification_recipients.processNotifications(now, periodic_frequency)
end
-- ##############################################