In example.m4, the following is misleading because it implies the two
time periods do not overlap.
define(_OFF_HOURS_, `wd {Mon-Fri} hr {10pm-7am}, wd {Sat Sun}')dnl
define(_WORK_HOURS_, `wd {Mon-Fri} hr {7am-10pm}')dnl
But according to http://search.cpan.org/~pryan/Period-1.20/Period.pm
"To specify the morning, use
hour { 12am-11am }
Remember, 11am is not 11:00:00am, but rather 11:00:00am - 11:59:59am."
The example should be changed to:
define(_OFF_HOURS_, `wd {Mon-Fri} hr {10pm-6am}, wd {Sat Sun}')dnl
define(_WORK_HOURS_, `wd {Mon-Fri} hr {7am-10pm}')dnl
Taking the lead from the example threw me for a small loop.
Cheers,
Michael
__________________________________
Do you Yahoo!?
Yahoo! Personals - Better first dates. More second dates.
http://personals.yahoo.com
_______________________________________________
mon mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/mon