mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-15 23:49:31 +00:00
Format last modified and creation date label placeholders using the correct timezone.
Fixes issue #54
This commit is contained in:
parent
5302087eba
commit
7b108f8d4b
3 changed files with 6 additions and 6 deletions
|
|
@ -63,7 +63,6 @@ final class PartLotProvider implements PlaceholderProviderInterface
|
|||
Locale::getDefault(),
|
||||
IntlDateFormatter::SHORT,
|
||||
IntlDateFormatter::NONE
|
||||
//$label_target->getExpirationDate()->getTimezone()
|
||||
);
|
||||
|
||||
return $formatter->format($label_target->getExpirationDate());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue