#32: show dates in europe berlin timezone
All checks were successful
/ ls (pull_request) Successful in 32s
/ ls (push) Successful in 31s
/ ls (release) Successful in 26s

This commit is contained in:
lubiana 2024-07-08 17:58:32 +02:00
parent 219561c5ae
commit 7e53705b4b
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -23,6 +23,7 @@ final class FoodOrderType extends AbstractType
])
->add(child: 'closedAt', options: [
'label' => 'closes at',
'view_timezone' => 'Europe/Berlin',
])
->add(child: 'createdBy')
;