You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.