I need to find out if day saving is enabled using the new datetime Java time classes. I found a record on how to do this in jodatime:
jodatime how to find out if daylight is on
But how can I find out in Java 8? (jodatime should be similar, but I could not find the appropriate java.time.ZonedDateTime.isStandardOffset () method)
thanks for the help
java datetime java-8
flo
source share