swift-foundation
swift-foundation copied to clipboard
Formatted functions ignore user's date preferences
If locale's preferences specifies a custom date format for the given date style, use what's given as-is instead of generating a date pattern from the date style. Realistically this only applies to Locale.current since that's the only instance that would have embedded preferences.