Subject: | Add a method to now if a date/time is in or out business hours |
It's possible to use first_after which returns the same time if inside BO and another time (or -1) if outside. It would be convenint to have a dedicated method like ->is_bo(time) for example.