Fixed #7
This commit is contained in:
parent
d9fa6fd477
commit
1a9d532d02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user