For the pattern points in time in timespan, or setting interval, the <hour_minutes> is not supported by the parser (see specification). For example, parsing 13:00-19:00/90 results in
TimeSpan:13:00-19:00/01:30
but parsing 13:00-19:00/1:30 or 13:00-19:00/01:30 results in
ch.poole.openinghoursparser.OpeningHoursParseException: Encountered: ":" ": " at line 1, column 13
For the pattern points in time in timespan, or setting interval, the
<hour_minutes>
is not supported by the parser (see specification). For example, parsing13:00-19:00/90
results inbut parsing
13:00-19:00/1:30
or13:00-19:00/01:30
results inthrowing an error.