The Date::Parse str2time() function returns undef on parse errors, but Time::Piece strptime() aborts, so to preserve the previous behavior we need to trap any such errors, and handle them ourselves, as the caller might want to warn instead. Closes: #795936
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||