Skip to content

Commit 78e4737

Browse files
committed
Merged in [11789] from rcross@amsl.com:
Fixes ietf-tools#1995. Show timezone with interim meeting request information. - Legacy-Id: 11819 Note: SVN reference [11789] has been migrated to Git commit 47c7c49
2 parents 328d9de + 47c7c49 commit 78e4737

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/templates/meeting/interim_info.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
{% if meeting.city %}City: {{ meeting.city }}
88
Country: {{ meeting.country }}
9-
Timezone: {{ meeting.time_zone }}
109
{% else %}Meeting Type: Virtual Meeting{% endif %}
1110

1211
{% for session in meeting.session_set.all %}Session {{ forloop.counter }}:
1312

1413
Date: {{ session.official_timeslotassignment.timeslot.time|date:"Y-m-d" }}
15-
Start Time: {{ session.official_timeslotassignment.timeslot.time|date:"H:i" }}
14+
Start Time: {{ session.official_timeslotassignment.timeslot.time|date:"H:i" }} {{ meeting.time_zone }}
1615
Duration: {{ session.requested_duration|format_timedelta }}
1716
Remote Participation Information: {{ session.remote_instructions }}
1817
Agenda Note: {{ session.agenda_note }}

0 commit comments

Comments
 (0)