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
In openinghours.utils.is_open, what's the purpose of this nested condition? (now_time < datetime.time(23, 59, 59))
Can someone give an example of why it's needed? Thanks!
The text was updated successfully, but these errors were encountered:
alissonmuller
changed the title
[question] In utils.is_open, what's the purpose of (now_time < datetime.time(23, 59, 59)) condition?
[question] In utils.is_open, what's the purpose of (now_time < datetime.time(23, 59, 59)) ?
Apr 18, 2019
In openinghours.utils.is_open, what's the purpose of this nested condition?
(now_time < datetime.time(23, 59, 59))
Can someone give an example of why it's needed? Thanks!
The text was updated successfully, but these errors were encountered: