ZivaCare stores all time stamps in GMT Time Zone.
It is the responsibility of the API user to provide time stamps that are already in GMT Time Zone.
Example:
GET https://api.zivacare.com/api/v2/human/body_fats?access_token=demo
{
code: "f484e2f4-1caf-47da-9a35-4373ba3f8a1c",
user_code: "e231e984-2209-4a10-b634-2257b89c200f",
record_time: "2014-09-16 15:52:01+00",
source: "fitbit",
value: 21,
unit: "percent",
created_at: "2015-04-07 14:53:21+00",
updated_at: "2015-04-07 14:53:21+00"
}