Fix: Spring automatically uses fastTime instead of Date? byAuthor •October 30, 2023 In Spring Framework, when dealing with dates and times, it doesn't automatically use the `fastTime` field of `java.util.Date`. Instead, Spring often prefers to use the newer date and time classes provided by the `java.time` package introduced in …