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:
82
-
83
-
```
84
-
2020-10-08T22:40:50Z
85
-
2021-01-01T00:00:00
86
-
```
87
-
88
-
89
-
90
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
91
-
92
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
93
-
- Unqualified local time: `2021-11-15T01:00:00`
94
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
95
-
96
-
> Time zones
97
-
>
98
-
> Not all dates from Codat will contain information about time zones.
99
-
> 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:
107
-
108
-
```
109
-
2020-10-08T22:40:50Z
110
-
2021-01-01T00:00:00
111
-
```
112
-
113
-
114
-
115
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
116
-
117
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
118
-
- Unqualified local time: `2021-11-15T01:00:00`
119
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
120
-
121
-
> Time zones
122
-
>
123
-
> Not all dates from Codat will contain information about time zones.
124
-
> 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:
51
-
52
-
```
53
-
2020-10-08T22:40:50Z
54
-
2021-01-01T00:00:00
55
-
```
56
-
57
-
58
-
59
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
60
-
61
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
62
-
- Unqualified local time: `2021-11-15T01:00:00`
63
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
64
-
65
-
> Time zones
66
-
>
67
-
> Not all dates from Codat will contain information about time zones.
68
-
> 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:
76
-
77
-
```
78
-
2020-10-08T22:40:50Z
79
-
2021-01-01T00:00:00
80
-
```
81
-
82
-
83
-
84
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
85
-
86
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
87
-
- Unqualified local time: `2021-11-15T01:00:00`
88
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
89
-
90
-
> Time zones
91
-
>
92
-
> Not all dates from Codat will contain information about time zones.
93
-
> 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:
82
-
83
-
```
84
-
2020-10-08T22:40:50Z
85
-
2021-01-01T00:00:00
86
-
```
87
-
88
-
89
-
90
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
91
-
92
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
93
-
- Unqualified local time: `2021-11-15T01:00:00`
94
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
95
-
96
-
> Time zones
97
-
>
98
-
> Not all dates from Codat will contain information about time zones.
99
-
> 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:
105
-
106
-
```
107
-
2020-10-08T22:40:50Z
108
-
2021-01-01T00:00:00
109
-
```
110
-
111
-
112
-
113
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
114
-
115
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
116
-
- Unqualified local time: `2021-11-15T01:00:00`
117
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
118
-
119
-
> Time zones
120
-
>
121
-
> Not all dates from Codat will contain information about time zones.
122
-
> 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:
26
-
27
-
```
28
-
2020-10-08T22:40:50Z
29
-
2021-01-01T00:00:00
30
-
```
31
-
32
-
33
-
34
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
35
-
36
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
37
-
- Unqualified local time: `2021-11-15T01:00:00`
38
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
39
-
40
-
> Time zones
41
-
>
42
-
> Not all dates from Codat will contain information about time zones.
43
-
> 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:
49
-
50
-
```
51
-
2020-10-08T22:40:50Z
52
-
2021-01-01T00:00:00
53
-
```
54
-
55
-
56
-
57
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
58
-
59
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
60
-
- Unqualified local time: `2021-11-15T01:00:00`
61
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
62
-
63
-
> Time zones
64
-
>
65
-
> Not all dates from Codat will contain information about time zones.
66
-
> 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:
81
-
82
-
```
83
-
2020-10-08T22:40:50Z
84
-
2021-01-01T00:00:00
85
-
```
86
-
87
-
88
-
89
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
90
-
91
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
92
-
- Unqualified local time: `2021-11-15T01:00:00`
93
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
94
-
95
-
> Time zones
96
-
>
97
-
> Not all dates from Codat will contain information about time zones.
98
-
> 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:
107
-
108
-
```
109
-
2020-10-08T22:40:50Z
110
-
2021-01-01T00:00:00
111
-
```
112
-
113
-
114
-
115
-
When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information:
116
-
117
-
- Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z`
118
-
- Unqualified local time: `2021-11-15T01:00:00`
119
-
- UTC time offsets: `2021-11-15T01:00:00-05:00`
120
-
121
-
> Time zones
122
-
>
123
-
> Not all dates from Codat will contain information about time zones.
124
-
> Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
0 commit comments