mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-09 22:45:16 +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 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>
|
||||
{@_renderEventActions()}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue