func string(from: Date) -> String
Creates and returns an ISO 8601 formatted string representation of the specified date.
指定された日付の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.
指定された日付の表現を、ある与えられたタイムゾーンと書式設定オプションで作成します。