Tweak date format

This commit is contained in:
swagg boi 2022-08-22 11:05:16 -04:00
parent b81c128460
commit 4bb1e76b8f
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ sub new($class, $pg, $pg_reference) {
bless {
$pg => $pg_reference,
replies_per_page => 5,
date_format => 'Dy Mon FMDD FMHH24:MI TZ YYYY'
date_format => 'Dy Mon FMDD HH24:MI TZ YYYY'
}, $class
}

View file

@ -10,7 +10,7 @@ sub new($class, $pg, $pg_reference) {
bless {
$pg => $pg_reference,
threads_per_page => 5,
date_format => 'Dy Mon FMDD FMHH24:MI TZ YYYY'
date_format => 'Dy Mon FMDD HH24:MI TZ YYYY'
}, $class
}