Tweak date format
This commit is contained in:
parent
b81c128460
commit
4bb1e76b8f
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue