Xcode – How to localize the hours in swift?
This is the API response { "session_start_time": "09:05:00", "session_end_time": "15:18:00" } These hours are based on UTC +0 time zone and I need to convert them to user timezone and show user. How can I do that?