You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My location, UK, we are currently under BST (GMT +1).
My Expectation:
The toFormat should return 15:17.
What Happened
It is returning the incorrect time. From breakpointing func toFormat(_ format: String, locale: LocaleConvertible? = nil) -> String we see that the calendar is incorrect:
I'm using the 6.3.1 version on Xcode 12.4 with iOS 14
My expectation:
Print local timestamp (my location is Australia)
What happened
Always show UTC timestamp (i tried on simulator and device, with locale setting correctly in iOS setting)
What I have tried
It works if I use vanilla way
The text was updated successfully, but these errors were encountered: