Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
Description
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
Attachments
Issue Links
- incorporates
-
MARMOTTA-565 Check TimeZone offset for KiWiLoader
- Resolved