Time Zones

"A big ball of wibbly wobbly, timey wimey stuff..."

Validic reports all times in UTC and includes an offset in seconds from UTC in
order to calculate a local time for the user. Additionally, the 'offset_origin' field indicates the origin of the UTC offset.

created_at: "2017-03-27T16:43:06.495Z",
start_time: "2017-03-27T12:12:00Z",
utc_offset: -14400,
offset_origin: "profile"

A default time zone for users can be provided when a user is provisioned. This default timezone will be used to calculate the UTC offset in the event that a source does not provide any UTC offset information.