NSDate-ISO-8601 icon indicating copy to clipboard operation
NSDate-ISO-8601 copied to clipboard

Swift NSDate extension that can handle string conversions for ISO-8601 dates

Results 2 NSDate-ISO-8601 issues
Sort by recently updated
recently updated
newest added

Hey, I modified your code to not recreate the NSDateFormatter. In a 2000 iteration test on the dateFromISOStringFormatter method I went from 5.414452016353607 seconds to 3.420518040657043 seconds. Feel free to...