JoyOfCoding
JoyOfCoding copied to clipboard
Use LocalDateTime instead of ZonedDateTime in projects
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
.