We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6f794 commit 74d87a9Copy full SHA for 74d87a9
app/templates/components/ui-table/cell/cell-event-date.hbs
@@ -1,11 +1,11 @@
1
{{#if this.record}}
2
{{#if this.extraRecords.endsAt}}
3
<div>
4
- {{general-date this.record 'D MMM, YYYY h:mm A (z)' tz=this.extraRecords.timezone}}
+ {{general-date this.record 'date-time-tz-short' tz=this.extraRecords.timezone}}
5
</div>
6
(to)
7
8
- {{general-date this.extraRecords.endsAt 'D MMM, YYYY h:mm A (z)' tz=this.extraRecords.timezone}}
+ {{general-date this.extraRecords.endsAt 'date-time-tz-short' tz=this.extraRecords.timezone}}
9
10
{{else}}
11
<span>
0 commit comments