Get timezone in footer from config

This commit is contained in:
Les De Ridder 2018-10-19 20:47:14 +02:00
parent b1c06ae55b
commit 43e0366e7c
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@
<div class="text-browser"><br></div>
<footer>
<p>Dates and times are UTC.</p>
<p>Dates and times are {{ Config::get('app.timezone') }}.</p>
</footer>
</body>
</html>