withInternetDateTime
Declaration
static var withInternetDateTime: ISO8601DateFormatter.Options { get }Discussion
The format used for internet date times, according to the RFC 3339 standard. Equivalent to specifying withFullDate, withFullTime, withDashSeparatorInDate, withColonSeparatorInTime, and withColonSeparatorInTimeZone.