mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-26 07:53:16 +08:00
Fix tzdb parsing to handle new offset comments in 2022b
This commit is contained in:
parent
c82b776f28
commit
22ceabf205
@ -3660,6 +3660,10 @@ init_tzdb()
|
||||
{
|
||||
db->zones.back().add(line);
|
||||
}
|
||||
else if (word.size() > 0 && word[0] == '#')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cerr << line << '\n';
|
||||
|
Loading…
x
Reference in New Issue
Block a user