Skip to content

Doesn't Recognize Noon or Midnight #27

@rkelly

Description

@rkelly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions