comment typo
This commit is contained in:
parent
1d5207b1e5
commit
f409223d53
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ calcNextTime (Schedule recurrance scheduledtime _duration) lasttime currenttime
|
||||||
year = fromIntegral . fst . toOrdinalDate
|
year = fromIntegral . fst . toOrdinalDate
|
||||||
|
|
||||||
maxyday = 366 -- with leap days
|
maxyday = 366 -- with leap days
|
||||||
maxwnum = 53 -- some years have more than 53
|
maxwnum = 53 -- some years have more than 52
|
||||||
maxmday = 31
|
maxmday = 31
|
||||||
maxmnum = 12
|
maxmnum = 12
|
||||||
maxwday = 7
|
maxwday = 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue