You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally I'd be happy with either. Once constructed, usage should be exactly the same. For example if I add one mexico_hour to 2017-02-23 13:30 I would expect to get 2017-02-23 16:30, and if I add seven hours I would expect to get 2017-02-24 11:30.
ok doesn't seem unreasonable. I had a brief look at the current impl. It does seem that this could be done in a back-compat way, though might be some semantic confusions, e.g. since open can now occur multiple times per day.
BusinessHour supports arbitrary start and end times. But some businesses open and close more than once per day. Some examples:
Many use cases could be satisfied by just two opens and two closes per day, but it might be just as well to support any amount.
The text was updated successfully, but these errors were encountered: