swiftlang/swift-corelibs-foundation

ISO8601Format(_:) not available

Opened this issue · 4 comments

0xTim commented

https://developer.apple.com/documentation/foundation/date/3766420-iso8601format is part of Foundation, it's not been implemented in CoreLibsFoundation. It should not be missing

Where is at all FormatStyle protocol defined? 🤔

@0xTim Is it the actual ISO8601Format(_:) that's not implemented, the underlying Date.ISO8601FormatStyle, or both?

0xTim commented

@drewster99 looks like both

This will be resolved with #5001