Fix a problem with newer DateTimes.
This commit is contained in:
parent
e25014e107
commit
95487ae384
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ SKIP: {
|
|||
$today->set_time_zone('UTC');
|
||||
my $yesterday = $today->clone;
|
||||
$yesterday->subtract( days => 1 );
|
||||
$yesterday->set_formatter($formatter);
|
||||
|
||||
my $out1 = WebGUI::Macro::ConvertUTCToTZ::process($session);
|
||||
like( $out1, qr/\d{2}\/\d{2}\/\d{2}\/\d{2}\/\d{2}/, 'No parameters passed, check pattern');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue