I see people asking how to convert an ISO 8601 string to NSDate in Swift, but I need the exact opposite.
I understand how to get the epoch using 'timeIntervalSince1970' (Get Unix Epoch Time in Swift) which returns something like '1427058740.08374', but how do I convert that to ISO 8601?
Desired string: 2015-03-22T20:51:41+00:00