<<

NAME

t::lib::Dates.pm - test helper module for working with dates

METHODS

compare

  compare( $got_dt, $expected_dt );

Will execute a test and compare the 2 dates given in parameters The dates will be considered as identical if there are less than 5sec between them.

<<