-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels