How do I tag these opening_hours?

Look at Pub 36 on Hess — Bar & Grill in Hess Village, Hamilton
the node is: Node: ‪Pub 36 on Hess‬ (‪9921334711‬) | OpenStreetMap

Nevermind I found it on the wiki

1 Like

Close, but no cigar (yet) :slightly_smiling_face:.

The way you wrote it, Su-We 17:00-26:00; Th-Sa 17:00-27:00 will have the pub not open on Thursday from midnight till 02:00 (evaluation tool).

This is caused by the ; as separator. ; means replace previous rules. Bij replacing the ; with a , this will be fixed. The , as separator means add this rule to the previous one. Su-We 17:00-26:00, Th-Sa 17:00-27:00 (evaluation tool) a small, sometimes difficult to see, but very important difference.

P.S. Do you know: Su-We 17:00-26:00, Th-Sa 17:00-27:00 is fully valid, but Su-We 17:00-02:00, Th-Sa 17:00-03:00 (evaluation tool) is also vallid?

1 Like

The below sample at Key:opening_hours - OpenStreetMap Wiki is meant to help with this:

  1. Mo-Th 18:00-01:00, Fr-Sa 18:00-03:00
    Mo 18:00-24:00; Tu-Fr 00:00-01:00, 18:00-24:00; Sa 00:00-03:00, 18:00-24:00; Su 00:00-03:00

    Open from 6pm Mo-Sa, closes at 1am, except Fr/Sa at 3am. The two examples give the same hours. The first example uses the comma-notation (“,”) for overlapping days.