mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
tweak(event-card): Use 12-hour time rather than 24-hour time
This commit is contained in:
parent
b86ef9b805
commit
79d80464f3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class EventComponent extends React.Component
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div className="event-time">
|
<div className="event-time">
|
||||||
{moment(@state.when['start_time']*1000).tz(Utils.timeZone).format("H:mm a z")}
|
{moment(@state.when['start_time']*1000).tz(Utils.timeZone).format("h:mm a z")}
|
||||||
</div>
|
</div>
|
||||||
{@_renderEventActions()}
|
{@_renderEventActions()}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue