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