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.
Last term, I modified the projects to use
ZonedDateTime
so that students could work with the newjava.time
APIs. Working with time zones were overkill and didn't really benefit anyone. So, let's useLocalDateTime
instead, which is equivalent to what the projects used in the past when they leveragedjava.util.Date
.