Skip to content

Commit 74d87a9

Browse files
committed
Events End time correction
1 parent af6f794 commit 74d87a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 'D MMM, YYYY h:mm A (z)' tz=this.extraRecords.timezone}}
4+
{{general-date this.record 'date-time-tz-short' tz=this.extraRecords.timezone}}
55
</div>
66
(to)
77
<div>
8-
{{general-date this.extraRecords.endsAt 'D MMM, YYYY h:mm A (z)' tz=this.extraRecords.timezone}}
8+
{{general-date this.extraRecords.endsAt 'date-time-tz-short' tz=this.extraRecords.timezone}}
99
</div>
1010
{{else}}
1111
<span>

0 commit comments

Comments
 (0)