I am getting user info from facebook after using oauth2 access_token
{
...
"timezone": 5.5,
}
now I need to convert this to Zone Name to fill the openid connect zoneinfo filed.
ex : "Asia/Calcutta"
I am requesting from India , in timezone map I am seeing +05:30 is correct one. but facebook is issuing 5.5 I am not able solve this issue. please help me on this.