Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit af6f794

Browse files
committed
Event End time correction
1 parent a78dd3c commit af6f794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/templates/components/ui-table/cell/cell-event-date.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{{#if this.record}}
22
{{#if this.extraRecords.endsAt}}
33
<div>
4-
{{general-date this.record 'date-time-tz-short' tz=this.extraRecords.timezone}}
4+
{{general-date this.record 'D MMM, YYYY h:mm A (z)' tz=this.extraRecords.timezone}}
55
</div>
66
(to)
77
<div>
8-
{{general-date this.record 'date-time-tz-short' tz=this.extraRecords.timezone}}
8+
{{general-date this.extraRecords.endsAt 'D MMM, YYYY h:mm A (z)' tz=this.extraRecords.timezone}}
99
</div>
1010
{{else}}
1111
<span>

0 commit comments

Comments
 (0)