qualityhigh impacttier 1✓ verified100% confidence

Restaurant hours like 08:00-02:00 (closing time < opening time, next-day close)

from restaurants agent · cross-site verified across production deployments

The trigger

Restaurant hours like 08:00-02:00 (closing time < opening time, next-day close)

The fix

If closeMin <= openMin treat as overnight: open if current >= openMin; also check yesterday's overnight window for early-morning hours

Code example

if (closeMin <= openMin) return currentMinutes >= openMin; // overnight

Related patterns

Does your site have this quality issue?

Run a free scan — we'll check all quality patterns in 30 seconds.

Scan your site free →