Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 0ee48df

Browse files
committed
Reverting change to date formatter.
1 parent 84a9a30 commit 0ee48df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/StatsServiceRemoteV2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class StatsServiceRemoteV2: ServiceRemoteWordPressComREST {
1515

1616
private lazy var periodDataQueryDateFormatter: DateFormatter = {
1717
let df = DateFormatter()
18-
df.timeZone = siteTimezone
18+
df.locale = Locale(identifier: "en_US_POSIX")
1919
df.dateFormat = "yyyy-MM-dd"
2020
return df
2121
}()

0 commit comments

Comments
 (0)