Avatar
Avatar
Iceman
@swift-6.2.3 import Foundation print(Date().formatted(.http)) (edited)
exit status 1 with stderr:<stdin>:2:25: error: type 'FormatStyle' has no member 'http' 1 | import Foundation 2 | print(Date().formatted(.http)) | `- error: type 'FormatStyle' has no member 'http' 3 | (edited)