Tintalent,
If you really need to show users timezones, perhaps you should find another way:
I had a quick look at ‘whereabouts’:
* it doesn’t use wordpress/php timezones (only the UTC offset). This is somewhat annoying to people who live in areas with daylight savings as half the year their timezone will be wrong (eg: sydney is sometime UTC-10 and sometime UTC-11). To be more accurate, the timezone should be from the wp/ olsen data base eg: Australia/Sydney – like the timezone in the wp settings page. https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
* It is possible for users Not to click on google location, just to pick a UTC-x. In that case it does not store a tz name, just the difference in seconds – why, why not store the tz code??
* It does store the data in the usermeta. Not the ideal way, but the plugin will find it and extract the various fields so they look like individual fields. So as noted above if you had created some test data and then run find fields, you should have seen these fields. see screenshots below. The location and time zones data stored would have come up and you can display them. An add-on would be required to show current time of that timezone.
with google location
https://i.imgur.com/pOHUOoI.jpg
without google location
https://i.imgur.com/34oc6Lt.jpg
An add-on to show it’s data as not necessary as the user plugin will/does show what is there (such as it is).
I’m unlikely to provide an add-on to fix what’s there for the above reasons and also low user base (no return for me) and I’d probably rather code my own that works differently (why in the dashboard for example – many folks get rid of the dashboard – why not in the user profile? )
Final gripe – please start new topics when the existing topics subject line does not match your question. THis helps other users.