View | Details | Raw Unified | Return to bug 30540
Collapse All | Expand All

(-)a/t/DateUtils.t (-3 / +2 lines)
Lines 265-273 isa_ok( $dt, 'DateTime', 'dt_from_string should return a DateTime object if a DS Link Here
265
# Test output_pref for invalid local time explosion
265
# Test output_pref for invalid local time explosion
266
$dt = DateTime->new(
266
$dt = DateTime->new(
267
    year       => 2017,
267
    year       => 2017,
268
    month      => 03,
268
    month      => 3,
269
    day        => 26,
269
    day        => 26,
270
    hour       => 01,
270
    hour       => 1,
271
    minute     => 35,
271
    minute     => 35,
272
);
272
);
273
$module_context->mock(
273
$module_context->mock(
274
- 

Return to bug 30540