We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2435a4 commit db8ade8Copy full SHA for db8ade8
Backpack-SwiftUI/Calendar/Classes/Core/MonthScroll.swift
@@ -39,7 +39,7 @@ public struct MonthScroll {
39
public init(monthToScroll: Date, anchor: UnitPoint = .top, animated: Bool = false) {
40
let dateFormatter = DateFormatter()
41
dateFormatter.dateFormat = "yyyy-MM"
42
- dateFormatter.timeZone = .utc
+ dateFormatter.timeZone = .gmt
43
44
self.scrollId = dateFormatter.string(from: monthToScroll)
45
self.anchor = anchor
0 commit comments