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
I have put the SwiftDate package in Sources (also tried it in Resources) in a playground, but when I try import SwiftDate print("2021-01-14T14:36:17+00:00".toISODate()!)
I just get error: value of type 'String' has no member 'toISODate'