srawlins / timezone

Time zone database and time zone aware DateTime object for Dart.
BSD 2-Clause "Simplified" License
101 stars 52 forks source link

Backlinking support #180

Open gafgafgaf opened 10 months ago

gafgafgaf commented 10 months ago

If I understand correctly, IANA standard declares a backlink list for compatibility reasons. (E.g. this backlink list helps to resolve the obsolete "Europe/Kiev" via mapping it into the correct "Europe/Kyiv".)

This library seemingly does not support this backlinking list feature. How do you handle such situations in Flutter, if an obsolete timezone name is coming from some external party?