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
Our JPA entities use the java.util.Calendar type for persisting time stamps.
Currently the workaround is to annotate the fields with:
@ModelField(type = ModelType.DATE, dateFormat = "time")