I have entity and entityDto, entity containing a field of type Date when persisting it to dataBase I use @CreationTimestamp and @Temporal(TemporalType.TIMESTAMP) annotations, dto contains the same field of type Date the project was working well and returning date in the format: 2019-11-27T14:24:00.000+0000, but now without any changing from my side, it returns 1643711600000 timestamp format!! Did anyone face such a problem? what could cause this issue?