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
This fixes an issue that occurs when device is set to use am/pm hour format and trying to parse iso 8601 datetimes, on which cases it retrieves nil.
Also dateFormatter is stored in static reference to avoid multiple allocations when parsing, improving performance.
0 commit comments