simonpoole / OpeningHoursParser

Parser for string values according to the OSM opening hours specification
MIT License
32 stars 12 forks source link

Fix open ended date parsing #71

Closed simonpoole closed 2 years ago

simonpoole commented 2 years ago

This addresses an ambiguity when parsing open ended data rages, for example Jan 3+ Mon that was being parsed as a date with weekday offset.

Fixes https://github.com/simonpoole/OpeningHoursFragment/issues/56