Add nextTransitions and previousTransitions functionality to ZonedDateTime #1005
Labels
C-time-zone
Component: Time Zones
help wanted
Issue needs an assignee
S-medium
Size: Less than a week (larger bug fix or enhancement)
T-core
Type: Required functionality
Milestone
For a ZonedDateTime, we need the ability to tell when the next and previous daylight savings time transitions are.
This interface should return an iterator over the transitions.
Because not all time zones participate in DST and may have no transitions. Also, a ZonedDateTime may be associated with only a GMT offset (not a named time zone), in which case it would have also have no transitions.
This depends on being able to look up the time-zone data from the IANA time-zone database.
For more context see
The text was updated successfully, but these errors were encountered: