JoyOfCodingPDX / JoyOfCoding

Source code for The Joy of Coding course at Portland State University taught by David Whitlock
http://web.cecs.pdx.edu/~whitlock/
Apache License 2.0
17 stars 5 forks source link

Use LocalDateTime instead of ZonedDateTime in projects #463

Closed DavidWhitlock closed 5 months ago

DavidWhitlock commented 6 months ago

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.