Skip to content

Commit f18b1a7

Browse files
mrsaicharan1iamareebjamal
authored andcommitted
fix: Date time fix attendee ticket (fossasia#5610)
* Additional sessions data added for CSV export * ticket datetime formatting Added appropriate timezone
1 parent 5358ea9 commit f18b1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/pdf/ticket_attendee.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<span style="font-size: 15px;"> {{order.event.location_name }}</span><br><br>
5151

5252
<span class="label">Date and Time</span><br>
53-
<span style="font-size: 15px;">{{ order.event.starts_at }} to {{ order.event.ends_at }}</span>
53+
<span style="font-size: 15px;">{{ order.event.starts_at.strftime('%H:%M %Z') }} to {{ order.event.ends_at.strftime('%H:%M %Z') }}</span>
5454
<br><br>
5555

5656
<span class="label">Type</span><br>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy