Jakob Frank created MARMOTTA-282:
------------------------------------

             Summary: Hidden Time-Zone effect during RDF Import
                 Key: MARMOTTA-282
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-282
             Project: Marmotta
          Issue Type: Bug
          Components: Platform
    Affects Versions: 3.0-incubating
            Reporter: Jakob Frank
            Assignee: Sebastian Schaffert
            Priority: Critical


I imported a really simple turtle file - and somehow during import all 
xsd:dateTime Literals where changed:

(Local timezone is CEST, which is UTC+2)

Imported
local:1234 dct:created "2013-08-01T00:00:00.000Z"^^xsd:dateTime .

Linked Data Explorer shows:
dct:created     "2013-07-31T22:00:00.000Z"^^xsd:dateTime

curl -H "Accept: text/turtle" http://localhost:8080/resource/1234 shows:
local:1234 dct:created "2013-07-31T22:00:00.000Z"^^xsd:dateTime .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to