I am fetching Weather information from this API using PHP. My output is like below
I need to convert sunrise
and sunset
value to human readable format using PHP. In this regard I need to use TimeZone like Asia/Kolkata
.
How can I get TimeZone to get sunrise
and sunset
value to human readable format ?