protegeproject/cellfie-plugin

UNIX timestamp conversion to ISO-8601 when using xsd:dateTime

Opened this issue · 1 comments

Currently Cellfie will do nothing regarding the data as UNIX timestamp and it will just treat it as an ordinary string. The transformation will not produce the right date/time literal representation.

For example, a given raw data from Excel will produce a literal:

42516.2685532407^^xsd:dateTime

instead of:

2016-05-26T06:26:43^^xsd:dateTime