func date(from: String) -> Date?
Creates and returns a date object from the specified ISO 8601 formatted string representation.
指定されたISO 8601書式設定された文字列表現から日付オブジェクトを作成して返します。
class func string(from: Date, timeZone : TimeZone, formatOptions : ISO8601DateFormatter.Options) -> String
Creates a representation of the specified date with a given time zone and format options.
指定された日付の表現を、ある与えられたタイムゾーンと書式設定オプションで作成します。