JoyOfCoding icon indicating copy to clipboard operation
JoyOfCoding copied to clipboard

Use LocalDateTime instead of ZonedDateTime in projects

Open DavidWhitlock opened this issue 10 months ago • 0 comments

Last term, I modified the projects to use ZonedDateTime so that students could work with the new java.time APIs. Working with time zones were overkill and didn't really benefit anyone. So, let's use LocalDateTime instead, which is equivalent to what the projects used in the past when they leveraged java.util.Date.

DavidWhitlock avatar Apr 21 '24 01:04 DavidWhitlock