Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-24 | Updated the tests to ensure the "current hour" is valid. | Steve Kemp | |
This means testing values outside the range of 0-23 (inclusive). We did this already for the start & end times. This updates #4451. | |||
2013-06-24 | Added Custodian::Util::TimeSpan | Steve Kemp | |
This class is used to determine whether an "hour" is within a given hour-span. e.g. To cope with: foo must run ping except between 04-06 otherwise 'alert'. This updates issue #4551. |