I am calling current weather API response from https://openweathermap.org/current
The API response has sunset and sunrise value like this : "sunrise": 1560343627, "sunset": 1560396563 The parameter unit is written as Sunset time, Unix, UTC
I know the location and now I want to convert this time to the local time of the place. How can I do it?