I need to find out whether daylight savings is on now using the new Java 8 datetime classes. I found an entry how to do this in jodatime:
jodatime how to know if daylight savings is on
But how can I find it out in Java 8? (jodatime should be kinda similar but I could not find the corresponding method java.time.ZonedDateTime.isStandardOffset())
Thanks for your help