| I'm wondering if this fix accept also java.time.Instant. According to several best practice I found I decided to use Instant to manage dates in my Spring Boot application (JHipster to the same). All dates are stored in UTC in the database. Does this fix permit to use Instant as well? Thanks |