Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created March 21, 2018 19:13
Show Gist options
  • Save vialyx/a3141709b65c60839d7329cda48303e2 to your computer and use it in GitHub Desktop.
Save vialyx/a3141709b65c60839d7329cda48303e2 to your computer and use it in GitHub Desktop.
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