swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 159 forks source link

[6.0.x] [Windows] Fix incorrect TimeZone.current lookup logic #978

Closed jmschonfeld closed 1 month ago

jmschonfeld commented 1 month ago

Explanation: Fixes lookup of the current timezone on Windows Scope: Only impacts TimeZone.current on Windows Original PR: https://github.com/swiftlang/swift-foundation/pull/975 Risk: Low - restores Swift 5.10 behavior and scope is minimal Testing: Testing done via swift-ci testing and local testing Reviewer: @parkera @compnerd

jmschonfeld commented 1 month ago

@swift-ci please test