Open gcampax opened 3 years ago
To limit to restaurants that are open at a certain time.
It should map to contains(openingHours, new Time(...))
contains(openingHours, new Time(...))
To limit to restaurants that are open at a certain time.
It should map to
contains(openingHours, new Time(...))