You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r"""In Codat's data model, dates and times are represented using the <a class=\\"external\\" href=\\"https://en.wikipedia.org/wiki/ISO_8601\\" target=\\"_blank\\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
18
-
19
-
```
20
-
2020-10-08T22:40:50Z
21
-
2021-01-01T00:00:00
22
-
```
23
-
24
-
25
-
26
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
27
-
28
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
29
-
- Unqualified local time: `2021-11-15T01:00:00`
30
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
31
-
32
-
> Time zones
33
-
>
34
-
> Not all dates from Codat will contain information about time zones.
35
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""In Codat's data model, dates and times are represented using the <a class=\\"external\\" href=\\"https://en.wikipedia.org/wiki/ISO_8601\\" target=\\"_blank\\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
799
-
800
-
```
801
-
2020-10-08T22:40:50Z
802
-
2021-01-01T00:00:00
803
-
```
804
-
805
-
806
-
807
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
808
-
809
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
810
-
- Unqualified local time: `2021-11-15T01:00:00`
811
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
812
-
813
-
> Time zones
814
-
>
815
-
> Not all dates from Codat will contain information about time zones.
816
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""In Codat's data model, dates and times are represented using the <a class=\\"external\\" href=\\"https://en.wikipedia.org/wiki/ISO_8601\\" target=\\"_blank\\">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example:
826
-
827
-
```
828
-
2020-10-08T22:40:50Z
829
-
2021-01-01T00:00:00
830
-
```
831
-
832
-
833
-
834
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
835
-
836
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
837
-
- Unqualified local time: `2021-11-15T01:00:00`
838
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
839
-
840
-
> Time zones
841
-
>
842
-
> Not all dates from Codat will contain information about time zones.
843
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
r"""Reference to a configured dynamic key value pair that is unique to the accounting platform. This feature is in private beta, contact us if you would like to learn more."""
0 commit comments