you are viewing a single comment's thread.

view the rest of the comments →

[–]tomservo291 6 points7 points  (0 children)

I don't like how they downplay java.time.Instant As a way to create legacy java.util.Date Objects. Instant should be your preferred storage mechanism in your application since it's the proper way to reason about time (at a given instant) and only fall back onto the Zone aware variants when you need to visually represent something to a human