following up on how to support dates in type norma...
# contributing-to-airbyte
s
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
Was there any update on the support of this?
u
Work-in-progress 😉