diff --git a/RFR-App/RFR/Voucher/Events.swift b/RFR-App/RFR/Voucher/Events.swift index b385e3e..8db38aa 100644 --- a/RFR-App/RFR/Voucher/Events.swift +++ b/RFR-App/RFR/Voucher/Events.swift @@ -33,8 +33,9 @@ func createEvents() -> [ClosedRange] { end.month = 5 end.day = 31 end.timeZone = TimeZone(abbreviation: "CEST") - end.hour = 0 - end.minute = 0 + end.hour = 23 + end.minute = 59 + end.second = 59 return [Calendar.current.date(from: start)!...Calendar.current.date(from: end)!] }