diff options
Diffstat (limited to 't/20-aseag.t')
-rw-r--r-- | t/20-aseag.t | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/t/20-aseag.t b/t/20-aseag.t index 84bb6e2..55923eb 100644 --- a/t/20-aseag.t +++ b/t/20-aseag.t @@ -17,11 +17,11 @@ my $s = Travel::Status::DE::URA->new( ura_base => 'file:t/in', ura_version => 1, datetime => DateTime->new( - year => 2014, - month => 1, - day => 3, - hour => 20, - minute => 1, + year => 2013, + month => 12, + day => 24, + hour => 12, + minute => 42, time_zone => 'Europe/Berlin' ), hide_past => 0 @@ -69,11 +69,11 @@ $s = Travel::Status::DE::URA->new( ura_base => 'file:t/in', ura_version => 1, datetime => DateTime->new( - year => 2014, - month => 1, - day => 3, - hour => 20, - minute => 1, + year => 2013, + month => 12, + day => 23, + hour => 12, + minute => 42, time_zone => 'Europe/Berlin' ), hide_past => 0, |