Closed
Description
(note: follow-up to #2403 )
Currently (in 2.x) java.sql.Date
is serialized as String using value.toString()
, which uses local timezone. This is different from other date/time types, but due to backwards compatibility issues, change can only be done in 3.0.