Skip to content

Commit

Permalink
Fix reminder time format on different timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
pakerwreah committed Dec 23, 2024
1 parent 21f4673 commit 360188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calendr/Events/EventList/EventViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class EventViewModel {

return ""

} else if range.isSingleDay {
} else if range.isSingleDay || event.type.isReminder {

let formatter = DateIntervalFormatter()
formatter.dateStyle = .none
Expand Down

0 comments on commit 360188b

Please sign in to comment.