recurrent icon indicating copy to clipboard operation
recurrent copied to clipboard

Doesn't Recognize Noon or Midnight

Open rkelly opened this issue 2 years ago • 0 comments

Trying out package for first time, and my expectation was that it might recognize noon and midnight. But it does not. Not a big deal, but thought I'd bring it up for consideration.

from recurrent.event_parser import RecurringEvent
r = RecurringEvent()
print(r.parse("Every Sep 24 at noon"))
print(r.parse("Every Sep 24 at midnight"))

RRULE:BYMONTHDAY=24;BYMONTH=9;INTERVAL=1;FREQ=YEARLY RRULE:BYMONTHDAY=24;BYMONTH=9;INTERVAL=1;FREQ=YEARLY

rkelly avatar Sep 25 '22 06:09 rkelly