RSSAmplifier

Blog

Blog | Zimo Li

Blog | Zimo Li

blog.zimo.liRSS feed ↗1 posts

Latest posts

Dealing with Daylight Saving Time in Scala/Java

Handing daylight saving time programmatically can be tricky. It could create a mini Y2K problem twice a year when done incorrectly. If you want to get the current LocalDateTime in a different time zone, the best approach is to use an Instant and then...