gawel / aiocron

Crontabs for asyncio
MIT License
338 stars 20 forks source link

Now accepts TZ for croniter #14

Closed rileyr closed 5 years ago

rileyr commented 5 years ago

This updates the method signature to take an optional timezone, which is passed on to croniter. If not provided, defaults to the preexisting behavior.

rileyr commented 5 years ago

@gawel Thanks!