Avatar
@swift-6.0.3 import Foundation let f = ISO8601DateFormatter() f.formatOptions.insert(.withFractionalSeconds) print(f.string(from: Date()))