Open abrokenjester opened 4 years ago
We use the old java.util.Date in several places in the core API. We should upgrade to the new java.time API since it is far superior and the recommended way of handling dates and times since Java 8.
See https://www.baeldung.com/java-8-date-time-intro
Subtasks:
now()
month()
Likely to be an epic touching SPARQL evaluation, value comparison, …
Opened a dedicated issue (#2658) to start groundwork on Value/ValueFactory.
Value/ValueFactory
A tentative list of other intervention areas:
We use the old java.util.Date in several places in the core API. We should upgrade to the new java.time API since it is far superior and the recommended way of handling dates and times since Java 8.
See https://www.baeldung.com/java-8-date-time-intro
Subtasks:
now()
,month()
, etc.