From ad6d575432fd47eb06de3e78f5c905112818f794 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Jan 2014 16:20:42 +0100 Subject: t/20-iris-class: set time zone in DateTime constructor --- t/20-iris-class.t | 3 ++- t/21-iris-stations.t | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/20-iris-class.t b/t/20-iris-class.t index 9d1c4a6..ba3882b 100644 --- a/t/20-iris-class.t +++ b/t/20-iris-class.t @@ -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', ) ); diff --git a/t/21-iris-stations.t b/t/21-iris-stations.t index 178fa23..0443989 100644 --- a/t/21-iris-stations.t +++ b/t/21-iris-stations.t @@ -3,7 +3,6 @@ use strict; use warnings; use 5.014; -use DateTime; use Test::More tests => 10; BEGIN { -- cgit v1.2.3