We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The DateFormatter is not thread safe - https://github.com/apple/swift-corelibs-foundation/blob/bfead15ba7a547a8e2ea79dfd8be97de1153245d/Sources/Foundation/DateFormatter.swift#L190-L201
DateFormatter
This is inconsistent with the behaviour and description of the Objective-C Foundation implementation - https://developer.apple.com/documentation/foundation/dateformatter
The text was updated successfully, but these errors were encountered:
Raised earlier under swiftlang/swift#50285
Sorry, something went wrong.
This seems fixed in main: https://swiftfiddle.com/qmuoxrfh3jehjgvqee5tevdwhm?c=H4sIAAAAAAAAA1WR3WoCMRCFX2WaG7PQDVH6u%2BBVxVqotGUtlRJY0t2ooZuJJLEg4rs3UWvZmZsTZj7mTGZHalIQbdbWBRjbDTYyaIsiZqsCLKwzMgTlYAgjGdT4700zgeciq2WrIpm6Hk6S6kZh0AutXAFMe3t3w%2FsdqLUJi8jzQXQAQRRW72X1%2BlI%2BzQXpcEEb9WkxkbOTpF7VFhs%2FdtY8TmcF8A7RnJ1HRpBtjHw6zZumN%2BtNJoUxhfesLMt5CkHS8hGGCjQCZ4z17zmHnUCAkfZrGerV20ZtFFu29ku2NGPSb7E%2BdgBI75UL9H%2B8D07jki6iueLwizTLYJicDPjgKue3Ob8%2B7AiwF7hP49eRCFSQD%2Bu%2B%2FUUskkvyEw%2BFerkK7TY3UiPZ%2FwJfjBiwvQEAAA%3D%3D
Thanks for checking @dimitribouniol.
No branches or pull requests
The
DateFormatter
is not thread safe - https://github.com/apple/swift-corelibs-foundation/blob/bfead15ba7a547a8e2ea79dfd8be97de1153245d/Sources/Foundation/DateFormatter.swift#L190-L201This is inconsistent with the behaviour and description of the Objective-C Foundation implementation - https://developer.apple.com/documentation/foundation/dateformatter
The text was updated successfully, but these errors were encountered: