Add timezone to template for #4571

This commit is contained in:
James Cole 2021-04-01 06:48:06 +02:00
parent 93dc5fae09
commit f0acab21a3
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -26,6 +26,7 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
| Using docker? | {% if isDocker %}true{% else %}false{% endif %} |
| Telemetry | {% if telemetry %}true{% else%}false{% endif%} |
| Layout | {{ layout }} |
| TZ | {{ tz }} |
| App environment | {{ appEnv }} |
| App debug mode | {{ appDebug }} |
| App cache driver | {{ cacheDriver }} |