Add offset to timestamp
This commit is contained in:
parent
e497a6a358
commit
b295d6d79c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user