Closed
Description
It can be useful to determine whether two time zones are equivalent over some
interval, within certain criteria (e.g. you may or may not care about names,
and you may or may not want to distinguish between "standard + DST" and "wall
offset").
Likewise it can also be useful to create a sequence of ZoneIntervals and
transition points within a certain interval.
These are not *too* hard to do correctly, but there are a few corner cases to
get right. It would be nice to supply them ourselves.
(Having a DateTimeZoneEqualityComparer would also allow for better
serialization tests...)
Original issue reported on code.google.com by jonathan.skeet
on 17 Jan 2013 at 9:45