DEVELOPER GUIDE
Formatting and time zone conventions of times date and time fields
2 min
date fields where the type is string($date), the format used is yyyy mm dd example 2022 12 01, this format is specified by rfc 3339 your current time zone is the time zone for brasilia utc 3 datetime fields where the type is string ($date time), the format used is yyyy mm ddthh\ mm\ ssz, where t and z are markings, representing t the division between date and time and z utc zone example 2022 12 01t08 30 00z, this format is specified by rfc 3339 the current time zone is utc official reminder from the openfinance there are some differences in the formats of some fields in the specifications of the services apis, but when implementing, take into account the information recorded here disagreements will be corrected at an appropriate time