opening_hours.js
opening_hours.js copied to clipboard
Support to closing hour lesser than opening hour
Sometimes, opening_hour is tagged as typed in the place. Sometimes the closing hour is lesser than opening hour. Example:
From Monday to Saturday, 11:00 - 02:00
Should be
Mo 11:00-00:00; Tu-Sa 00:00-02:00, 11:00-00:00; Su 00:00-02:00
Now it isn't correctly implemented (see example)