We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a31b4 commit 8b85983Copy full SHA for 8b85983
1 file changed
ietf/templates/meeting/list.html
@@ -9,7 +9,7 @@ <h4>Submission began {{ begin_date|date:"F j, Y" }} </h4>
9
<h4>Submission cutoff odate: {{ cut_off_date|date:"F j, Y" }}</h4>
10
<h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }} </h4>
11
{% endif %}
12
-Updated as of {% now "F j, Y, P (T)" %}
+Updated as of {% now "F j, Y, H:i:s (T)" %}
13
<br><br>
14
15
{% regroup object_list|dictsort:"area" by area_name as areas %}
0 commit comments