Skip to content

Commit 8b85983

Browse files
committed
Fixed the date / time format of the meeting materials page generation time.
- Legacy-Id: 541
1 parent d6a31b4 commit 8b85983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h4>Submission began {{ begin_date|date:"F j, Y" }} </h4>
99
<h4>Submission cutoff odate: {{ cut_off_date|date:"F j, Y" }}</h4>
1010
<h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }} </h4>
1111
{% endif %}
12-
Updated as of {% now "F j, Y, P (T)" %}
12+
Updated as of {% now "F j, Y, H:i:s (T)" %}
1313
<br><br>
1414

1515
{% regroup object_list|dictsort:"area" by area_name as areas %}

0 commit comments

Comments
 (0)