fix: adds default timezone, supports TZ environment variable for changing TZ, renders dates based on TZ
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
twig:
|
||||
file_name_pattern: '*.twig'
|
||||
date:
|
||||
timezone: '%env(default:app.default.timezone:TZ)%'
|
||||
|
||||
when@test:
|
||||
twig:
|
||||
|
||||
Reference in New Issue
Block a user