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
commit 307ce0e9f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>