Getting a users time zone
Is there a way to get a users time zone?
When retrieving records I need to convert the created_time, modified_time, and last_activity_time to a standard time zone. The getUsers call doesn't return time zone for the users so I am not sure what time zone the records are coming back in.
Thanks