forked from leftypol/leftypol
specify timezone in <time> datetime attribute
This commit is contained in:
parent
6f124fdbcc
commit
5d06fecfb7
3 changed files with 8 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
|
||||
[<a style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
|
||||
{% endif %}
|
||||
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}">{{ post.time|date(config.post_date) }}</time>
|
||||
<time datetime="{{ post.time|date('%Y-%m-%dT%H:%M:%S') }}{{ timezone() }}">{{ post.time|date(config.post_date) }}</time>
|
||||
</label>
|
||||
{% if config.poster_ids %}
|
||||
ID: {{ post.ip|poster_id(post.thread) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue