mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Use current timezone to show formatted datetimes in datatables.
This commit is contained in:
parent
c60f27ef86
commit
2b21d4039a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class LocaleDateTimeColumn extends AbstractColumn
|
|||
Locale::getDefault(),
|
||||
$formatValues[$this->options['dateFormat']],
|
||||
$formatValues[$this->options['timeFormat']],
|
||||
$value->getTimezone()
|
||||
null
|
||||
);
|
||||
|
||||
return $formatter->format($value->getTimestamp());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue