Merge pull request #756 from dod-ccpo/add-offset-to-last-login

Add offset to timestamp
This commit is contained in:
leigh-mil
2019-04-15 09:54:54 -04:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
</div>
{% if g.last_login %}
<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>
{% endif %}
</footer>