pavkam / tzdb

Delphi/FPC Time Zone Database
https://www.iana.org/time-zones
BSD 3-Clause "New" or "Revised" License
84 stars 27 forks source link

Compile Year sometimes is unable to fill in the start of the year #19

Closed pavkam closed 5 years ago

pavkam commented 5 years ago

In case of Cairo 2014, the first part of the year has no coverage because there is no "previous year rule" that overlaps this year.

Possible solutions:

  1. Find the rule from last year, then the year before ... etc.
  2. Treat the segments that don't have a rule as standard time while in breakdown.
pavkam commented 5 years ago

Done.