simonpoole / OpeningHoursParser

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

Correctness fix month day format #78

Closed simonpoole closed 10 months ago

simonpoole commented 10 months ago

Month days should be output as zero padded 2 digit numbers. Strict mode now complains about single digit input to be consistent.

Fixes https://github.com/simonpoole/OpeningHoursParser/issues/77