Hi there:
I’m using GET users/show as says in the documentation but when I parse the result, the timezone and utf_offset is null
"utc_offset":null,
"time_zone":null,
"geo_enabled":false,
"verified":false,
"statuses_count":20607,
In documentations says I should get something like:
"utc_offset": -28800,
"time_zone": "Pacific Time (US & Canada)",
What am I missing here? GET users/show will not be deprecated, right?
Thanks!