kvh / recurrent

Natural language parsing of dates and recurring events
MIT License
249 stars 30 forks source link

Missing 'th' after the day number gives unexpected results #15

Closed snoopyjc closed 4 years ago

snoopyjc commented 4 years ago

Creating an event "every Aug 30" gives you an event that triggers once every 30 years. It should do the same thing as "every Aug 30th".

snoopyjc commented 4 years ago

Fixed in https://github.com/kvh/recurrent/pull/19

snoopyjc commented 4 years ago

Fixed in 0.3.0.