Get timezone in footer from config

This commit is contained in:
Les De Ridder 2018-10-19 20:47:14 +02:00
förälder b1c06ae55b
incheckning 43e0366e7c
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -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>