Closed
Description
Currently we do support time zone aliases, but all aliases are created equal -
so there's no way of telling which of (say) Africa/Timbuktu or Africa/Bamako is
the canonical form.
Options:
- Leave the canonical ID in the zone, so if you ask for an alias you get the
exact same time zone object as the canonical one.
- Build separate objects, but have both the alias and the ID as properties
- Expose an alias map separately in the provider
Original issue reported on code.google.com by jonathan.skeet
on 28 Jan 2012 at 9:01