Join Slack
Powered by
following up on how to support dates in type norma...
# contributing-to-airbyte
s
s
03/30/2021, 10:38 PM
following up on how to support dates in type normalization: the format for dates in JSONSchema is fairly well defined • Defined in ISO8601 format • `"date-time"`: Date and time together, for example,
2018-11-13T20:20:39+00:00
. • `"time"`: Time, for example,
20:20:39+00:00
• `"date"`: Date, for example,
2018-11-13
https://json-schema.org/understanding-json-schema/reference/string.html#dates-and-times
c
charles
07/30/2021, 9:55 PM
Was there any update on the support of this?
u
user
07/30/2021, 10:47 PM
Work-in-progress 😉
Open in Slack
Previous
Next