Commit ad6d5754 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

t/20-iris-class: set time zone in DateTime constructor

parent acdac9ac
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ my $status = Travel::Status::DE::IRIS->new(
		month  => 1,
		day    => 3,
		hour   => 20,
		minute => 1
		minute => 1,
		time_zone => 'Europe/Berlin',
	)
);

+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ use strict;
use warnings;
use 5.014;

use DateTime;
use Test::More tests => 10;

BEGIN {