diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-17 16:20:42 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-17 16:20:42 +0100 |
commit | ad6d575432fd47eb06de3e78f5c905112818f794 (patch) | |
tree | be99bf04777046536d471202bbbbd59059ae6bcc /t/20-iris-class.t | |
parent | acdac9ac5f96bba6d20c3509001d2a8ad78955de (diff) |
t/20-iris-class: set time zone in DateTime constructor
Diffstat (limited to 't/20-iris-class.t')
-rw-r--r-- | t/20-iris-class.t | 3 |
1 files changed, 2 insertions, 1 deletions
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', ) ); |