Skip to content

Commit 167bcee

Browse files
committed
Fix time zone bug AGAIN
1 parent 3d5e6e4 commit 167bcee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BrickHack-Mobile/Models/ScheduleParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class ScheduleParser {
307307
// Convert the spreadsheet time into a "blank" Date
308308
let dateFormatter = DateFormatter()
309309
dateFormatter.dateFormat = "hh:mma"
310-
dateFormatter.timeZone = TimeZone(identifier: "UTC")
310+
dateFormatter.timeZone = TimeZone(identifier: "America/New_York")
311311

312312
let convertedTime = dateFormatter.date(from: text)
313313

0 commit comments

Comments
 (0)