1

Currently, the csv files being generated by the "Export to Data Lake" functionality, export datetime fields with no timezone except for one field - DataLakeModified_DateTime. This field includes the "Z" suffix to indicate that the datetime is in UTC timezone.


Since datetime fields are meant to be in UTC format, it would be great if all datetime fields were exported this way. We're unable to use 3rd party replication tools to ingest this data because they treat these fields as being without a timezone.


For completeness, it would also be a good idea to specify that datetime fields are in UTC format in the schema JSON files (but unnecessary if the data reflects that).

Category: General
STATUS DETAILS
New