This was a cute little channel :slightly_smiling_f...
# klock
d
This was a cute little channel 🙂 I’m trying to parse a date, but get a
Not a valid format
exception. I’ve tried it against NSDateFormatter.com and works there. Can anyone spot the mistake?
Copy code
DateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ").parse("2020-01-22T00:00:00.000+0000")