WorldModelers / DART

Two Six Labs Data Acquisition & Reasoning Toolkit
0 stars 0 forks source link

Dates should be represented in a human readable format #1

Closed reynoldsm88 closed 5 years ago

kwalcock commented 5 years ago

This seems to have been taken care of in the meantime. However, I'll let someone else close it.

kwalcock commented 5 years ago

The integer 0 which was previously used to indicate absence of a date was changed to the start of the epoch, "1970-01-01", which looks too much like a real date. JSON rules require null for a string that doesn't exist. Alternatively, the key of CreationDate or ModDate could be removed.

reynoldsm88 commented 5 years ago

@kwalcock I'm going to close this issue again and we can track the new error here: https://github.com/WorldModelers/DART/issues/14