CoreOffice / XMLCoder

Easy XML parsing using Codable protocols in Swift
https://coreoffice.github.io/XMLCoder/
MIT License
800 stars 112 forks source link

Date formatting on 24h region with display set to 12h #148

Closed chepiok closed 5 years ago

chepiok commented 5 years ago

Set a real iPhone (and not the simulator) on french region and turn "display 24 hours" off, the date are formatted as "2019-10-24T5:27:41.999 PMZ" (note the weird "PM")

chepiok commented 5 years ago

Found issue but not in XMLCoder. The date formatter was redefined and not correct.