Hey does th.DateTimeType support most date time fo...
# singer-tap-development
r
Hey does th.DateTimeType support most date time formats or is it just for RFC3339 formatted date-time like "2017-11-20T164533.000Z"
Hi, @rithesh_s. The
th.DateTimeType
is actually just a convenience in creating the JSON Schema definition - it is passed as schema declaration, and used in some JSON-Schema parsing/validation steps, but otherwise doesn't have any custom date handling. The actual creation/parsing of the record dict (as discussed in the referenced thread) is where you'd want to check.