forked from HowardHinnant/date
Fix tzdb parsing to handle new offset comments in 2022b
This commit is contained in:
@@ -3660,6 +3660,10 @@ init_tzdb()
|
||||
{
|
||||
db->zones.back().add(line);
|
||||
}
|
||||
else if (word.size() > 0 && word[0] == '#')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << line << '\n';
|
||||
|
Reference in New Issue
Block a user