Has something changed with iOS 17 and the Date Formatter ? I've always used dateFormatterSet.dateFormat = "yyyy-MM-dd HH:mm:ss.SSS"
which would always output something like 2023-09-27 16:21:30.392
but since iOS 17 it will output as 2023-09-27 4:21:30.000 PM
but i'm not using 12 hour format in the code.
Any suggestions would be appreciated! Thanks.