DEVELOPER GUIDE
Date and Time formatting
2 min
to ensure proper formatting of the date field in all api requests, please use the iso 8601 format for mixed date time yyyy mm ddthh\ mm\ ss sssz example 2022 06 25t20 08 17 848z here's a breakdown of the format yyyy is the 4 digit year mm is the 2 digit month (zero padded) dd is the 2 digit day (zero padded) t is a constant to indicate that the time follows hh is the 2 digit hour (zero padded) mm is the 2 digit minute (zero padded) ss is the 2 digit second (zero padded) sss is the 3 digit millisecond (zero padded) z is the zero utc offset (zero padded) all dates and times are stored and displayed in utc (greenwich mean time) timezone while the iso 8601 standard does support some versions of timezone syntax, we recommend leaving timezones off all date/time parameter values we treat and store all date/time values in utc appending the time value with a "z" is acceptable, as this indicates utc note that the "z" letter should be included without a space please be aware of your local timezone when working with api dates and times if you're in utc 3 (brasília time) when it's 9 01pm, you should already change the date used to the next day