fixed critical bugs introduced earlier and changed category viewing
This commit is contained in:
parent
d5e03cc9e3
commit
551a40a9a0
2 changed files with 14 additions and 9 deletions
|
@ -66,6 +66,7 @@ sub register {
|
|||
|
||||
$app->helper( format_iso_datetime => sub {
|
||||
my ( $c, $datetime_obj ) = @_;
|
||||
return unless defined $datetime_obj;
|
||||
return $c->iso_datetime_parser->format_datetime(
|
||||
$datetime_obj,
|
||||
);
|
||||
|
|
Reference in a new issue