Get timezone in footer from config

这个提交包含在:
Les De Ridder 2018-10-19 20:47:14 +02:00
父节点 b1c06ae55b
当前提交 43e0366e7c
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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