Created
March 21, 2018 19:13
-
-
Save vialyx/a3141709b65c60839d7329cda48303e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let isoDateFormatter = ISO8601DateFormatter() | |
print("ISO8601 string: \(isoDateFormatter.string(from: Date()))") | |
// ISO8601 string: 2018-03-21T19:11:46Z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment