Subject: | Email::Store::Date and Time::Piece problems |
Email::Store::Date requires Time::Piece but it is not listed as a requirement. Also the tests fro dates do not allow for other timezones, these amended tests work but may not be the best way:
is (($date - $date->tzoffset)->ymd,"2000-11-28");
is (($date - $date->tzoffset)->hms,"21:15:46");
Thanks
Matthew