kvh / recurrent

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

get_params ignores dtstart time component #26

Open odie5533 opened 2 years ago

odie5533 commented 2 years ago

I think get_params should be changed to include the time component of dtstart.

From the RFC DTSTART:19980118T073000Z

Looks like self.dtstart.strftime('%Y%m%d') would be changed to self.dtstart.strftime('%Y%m%dT%H%M%S').

The issue crops up if you have "every 15 minutes starting from 00:05" or "every 15 minutes starting from 00:00".