use german locale in epoch_to_dt helper
This commit is contained in:
parent
ec83af2523
commit
a3cfa598a6
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ sub epoch_to_dt {
|
|||
|
||||
return DateTime->from_epoch(
|
||||
epoch => $epoch,
|
||||
time_zone => 'Europe/Berlin'
|
||||
time_zone => 'Europe/Berlin',
|
||||
locale => 'de-DE',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue