You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding support for an Interval which can retain time zones of the bounding instants?
IIRC joda time's interval supported this, but its ReadableInstant could include time zones; JSR-310's does not. So I'm guessing this would require another Interval class composed of ZonedDateTimes.
Happy to PR this myself, but would like opinions and ideas first.
The text was updated successfully, but these errors were encountered:
It feels like ThreeTen-Extra can grow to support various combinations of temporals like this. Whether it should be ZonedInterval (an interval plus zone) or ZonedDateTimeRange is an interesting question. I'm not immediately sure how to pick.
What do you think about adding support for an Interval which can retain time zones of the bounding instants?
IIRC joda time's interval supported this, but its ReadableInstant could include time zones; JSR-310's does not. So I'm guessing this would require another Interval class composed of ZonedDateTimes.
Happy to PR this myself, but would like opinions and ideas first.
The text was updated successfully, but these errors were encountered: