This commit is contained in:
Magnus Åhall 2024-04-19 15:35:11 +02:00
parent d9fa6fd477
commit 1a9d532d02

View File

@ -229,7 +229,7 @@ func FutureSchedules(userID int, nodeID int) (schedules []Schedule, err error) {
'updated', n.updated
) AS node,
s.schedule_uuid,
time AT TIME ZONE 'UTC' AS time,
time AT TIME ZONE u.timezone AS time,
s.description,
s.acknowledged,
s.remind_minutes AS RemindMinutes