notabarista / be-user-service

Java Backend User Handling Service
Apache License 2.0
0 stars 0 forks source link

[UserManagement] Migrate all Date to LocalDate in Java entities and DTOs #15

Open tudorcodrea opened 3 years ago

tudorcodrea commented 3 years ago

using java.time package to map dates and times instead of the old java.util.Date stuff

depends on the situation you can hyave LocalDate and LcalTime for only date or datetime

tudorcodrea commented 3 years ago

I made some changes to use LocalDateTime @emenylouu please take a look on this change

Execute a request and at the reponse you should see: "createdAt": "2021-02-11T03:48:58", "modifiedAt": "2021-02-11T03:48:59",