swift-foundation icon indicating copy to clipboard operation
swift-foundation copied to clipboard

Formatted functions ignore user's date preferences

Open itingliu opened this issue 2 years ago • 0 comments

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.

itingliu avatar Apr 28 '23 20:04 itingliu