mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Vidyo: Show timestamps in the event timezone
This commit is contained in:
parent
9da7c9ee7b
commit
ae9be2ebb4
@ -47,9 +47,9 @@
|
||||
{{ clipboard_input(vc_room.data.url, name="vc-room-url") }}
|
||||
</dd>
|
||||
<dt>{% trans %}Created on{% endtrans %}</dt>
|
||||
<dd>{{ vc_room.created_dt | format_datetime }}</dd>
|
||||
<dd>{{ vc_room.created_dt | format_datetime(timezone=event.as_event.tzinfo) }}</dd>
|
||||
{% if vc_room.modified_dt %}
|
||||
<dt>{% trans %}Modified on{% endtrans %}</dt>
|
||||
<dd>{{ vc_room.modified_dt | format_datetime }}</dd>
|
||||
<dd>{{ vc_room.modified_dt | format_datetime(timezone=event.as_event.tzinfo) }}</dd>
|
||||
{% endif %}
|
||||
</dl>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user