-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.1
-
Fix Version/s: 3.3.0
-
Component/s: KiWi Triple Store
-
Labels:None
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
- incorporates
-
MARMOTTA-565 Check TimeZone offset for KiWiLoader
-
- Resolved
-