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
If the match is at 20:00, and today it's Wednesday, we want that compute_next_wednesday returns next week only if now is after the match time, else, if it's before it returns the current wednesday
Additional Note
challenge: what if the time is not a valid date? How do we handle different formats? (it's free text)
The text was updated successfully, but these errors were encountered:
iamgiolaga
changed the title
compute_next_wednesday should consider also the time of the day
feature: compute_next_wednesday should consider also the time of the day
Nov 1, 2024
What
If the match is at 20:00, and today it's Wednesday, we want that compute_next_wednesday returns next week only if now is after the match time, else, if it's before it returns the current wednesday
Additional Note
challenge: what if the time is not a valid date? How do we handle different formats? (it's free text)
The text was updated successfully, but these errors were encountered: