I get from remote API such kind body:
{
"timezone": "18000",
"id": "1512569",
"name": "Tashkent"
}
How can I convert timezone field to GMT format? For example in my case:
timezon:18000 = GMT 5
I get from remote API such kind body:
{
"timezone": "18000",
"id": "1512569",
"name": "Tashkent"
}
How can I convert timezone field to GMT format? For example in my case:
timezon:18000 = GMT 5