Ios swift – Swift: Converting string to date with timezone
I want to convert a string with the format 2023-10-10 15:30:40.345T+5:30 to date, which is something like 10 Oct 2023. I tried with the following dateFormat, it failed to parse and printed "failed to parse timestamp" let timestampString = "2023-10-10…