djaodjin/djaodjin-saas

Create a day_periods function based of month_periods

smirolo opened this issue · 0 comments

This function should have the same prototype as

def month_periods(nb_months=12, from_date=None, step_months=1, tz=None):

but return days instead of months.