The upcoming GeoServer shall support the local date handling newly introduced in GeoTools 15.0.
The prior fix for avoiding time zone related date shifting must be changed, so that GeoServer behaviour depends on a GeoTools configuration parameter:
Setting a system property -Dorg.geotools.localDateTimeHandling=true will make GeoServer treat all java.sql.Date instances as local dates unaware of time zones.
The upcoming GeoServer shall support the local date handling newly introduced in GeoTools 15.0.
The prior fix for avoiding time zone related date shifting must be changed, so that GeoServer behaviour depends on a GeoTools configuration parameter:
Setting a system property
-Dorg.geotools.localDateTimeHandling=true
will make GeoServer treat all java.sql.Date instances as local dates unaware of time zones.