Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Deviations from the grammar as of [this version of the opening hours specificati
* leading 0s in times optional
* unicode EN DASH (U+2013) EM DASH (U+2014) characters are allowed for hyphen
* various unicode whitespace characters are ignored
* date ranges referring each to a specific weekday are allowed (e.g. `Apr Fr[-1] - Jun Fr[1]` - last Friday in April to first Friday in June)

In strict mode time ranges that have a nummerically earlier ending time than start and
do not use the _extended time_ format will cause a parse exception to be thrown, this
Expand Down