There's a mismatch between a user's "Time zone" settings and the utc_offset field returned in 1.1/get/account/verify_credentials.
Expected response:
-
...
-
"time_zone": "Pacific Time (US & Canada)",
-
"utc_offset": -28800,
-
...
Actual response:
-
...
-
"time_zone": "Pacific Time (US & Canada)",
-
"utc_offset": -25200,
-
...
Updates
- There was a transient issue with proper daylight savings math on some user objects; this should now be resolved. Please start a discussion topic with specific user IDs if you continue having this issue.