How to convert time offset value to GMTformat in Java

Viewed 33

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
0 Answers
Related