Calculate duration (amount to spring forward/fall back) at DST transitions boundaries
问题 From this great answer, I am able to determine daylight saving transitions dates: https://stackoverflow.com/a/24378695/1159939 In addition of those dates, I need to know if the clock is going to increase or decrease and by what amount (is it always an hour?). For example, in time zone US/Pacific, when the local clock reaches 2020-03-08T02:00:00, I need to somehow get value +1h. When the clock reaches 2020-11-01T02:00:00, I need to get value -1h. In NodaTime, there is a Offset.Savings value