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
def test_list_with_range_and_interval(self):
self.assertEqual(
"At 12:00 AM and between 06:00 AM and 11:59 PM every 2 hours",
get_description("0 0,6-23/2 * * *", self.options)
)
I've tried fixing it myself, but it seems too messed up...
https://unix.stackexchange.com/questions/67158/crontab-entry-with-hour-range-going-over-midnight
The text was updated successfully, but these errors were encountered: