Closed dilyanpalauzov closed 2 years ago
This message seems to be related to the generation of a zones.tab file. To my understanding it says, that there is no geolocation information available for the mentioned zones, probably because they are not contained in the original zones.tab file. As a consequence only the name is duped into the generated zones.tab.
I'm not sure, whether this s a real problem or not. The code comments says
/*
* These functions are for dumping all the parsed Zones and Rules to
* files, to be compared with the output of vzic-dump.pl to check our parsing
* code is OK. Some of the functions are also used for producing debugging
* output.
*/
This suggests, that it has no real life relevance. In this case we should just remove the warning. Not sure, whether the generated file is intended to be used by end users.
@winterz Can you/who can comment on this?
I think we can remove the warning You're analysis is 100% correct.
Running
vzic --pure --olson-dir tzdb-2019c --output-dir A
printsbut creates Etc/GMT-2.ics with content:
It is unclear to me how to handle the error message from vzic, when the output seems correct.