Skip to content

Instantly share code, notes, and snippets.

@polac24
Created February 20, 2019 21:28
Show Gist options
  • Save polac24/0a6fceafd57561a0b9d93244ed24676f to your computer and use it in GitHub Desktop.
Save polac24/0a6fceafd57561a0b9d93244ed24676f to your computer and use it in GitHub Desktop.
let RFC3339DateFormatter = with(DateFormatter()) {
$0.locale = Locale(identifier: "en_US_POSIX")
$0.dateFormat = "yyyy-MM-dd'T'HH:mm:ssZZZZZ"
$0.timeZone = TimeZone(secondsFromGMT: 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment