influxdata / cron

A fast, zero-allocation cron parser in ragel and golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse weeks in duration

docmerlin opened this issue · comments

crons of the form @every XXX1wXXX where X is other duration strings need to be parsable. This is because flux can handle durations of 1w. 1w needs to be exactly equivalent to 7 days.

closed by #12