Sebastian Schaffert created MARMOTTA-564:
--------------------------------------------
Summary: KiWi: support for date literals with timezone
Key: MARMOTTA-564
URL: https://issues.apache.org/jira/browse/MARMOTTA-564
Project: Marmotta
Issue Type: Bug
Components: KiWi Triple Store
Reporter: Sebastian Schaffert
Assignee: Sebastian Schaffert
The KiWi triple store currently normalizes all date literals to UTC time and
drops the timezone information. This causes a number of problems, especially
when doing SPARQL queries. The implementation needs to be updated as follows:
* use of GregorianCalendar instead of Date for representing the date value
* use of "TIMESTAMP WITH TIMEZONE" in the underlying relational database
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)