I want to get all the Daylight Saving Time (DST) hours between two dates.
This is my example code:
public static void main(String[] args) { Date sta
I can't figure this out either (but in Joda time?), but you could work-around. The difference in millisecond times divided by 3600000L should be the accurate number of hours. I tried and got 743.
3600000L