Add offset to timestamp

This commit is contained in:
leigh-mil 2019-04-11 14:30:26 -04:00
parent e497a6a358
commit b295d6d79c

View File

@ -9,7 +9,7 @@
</div> </div>
{% if g.last_login %} {% if g.last_login %}
<div class=""> <div class="">
Last Login: <local-datetime timestamp='{{ g.last_login }}'></local-datetime> Last Login: <local-datetime timestamp='{{ g.last_login }}' format='MMM D YYYY H:mm Z'></local-datetime>
</div> </div>
{% endif %} {% endif %}
</footer> </footer>