[Suggest] Day of Week: 0-7

MtK

Verified User
Joined
Aug 2, 2007
Messages
405
Hey,
on the backup cron settings of all levels (system, admin, reseller, user) this is shown:
Code:
Day of Week:		0-7

as far as I know, there are only 7 days in a week... ;)

yes, I know cron accepts 0=7=Sunday, but this is confusing enough for users who don't really know what cron is...

I just suggest this is changed to 0-6 to make it a bit more clear, and adding a remark that 0=Sunday would be even better.
 
If people don't know what cron is, they should first learn about Linux before starting to play with it.:)

In fact.... we got 7 days in the week, making it 0-6 would create more confusion. Next to that 0-7 means 0 to 7, not 0 inclusively 7. Sunday is normally the last day of the week, so start of the week is monday. Your suggestion should then be 0=Monday.
By the way... we do have a suggestions section for suggestions on this forum. ;)
 
Back
Top