Skip to content

Commit

Permalink
[8.15] fix issue with viewing watcher execution history (#188654) (#1…
Browse files Browse the repository at this point in the history
…91759)

This is a backport of this PR  #188654 to `8.15`

Co-authored-by: Eyo O. Eyo <[email protected]>
  • Loading branch information
yuliacech and eokoneyo authored Aug 30, 2024
1 parent 4b7e073 commit c05aa17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export const ExecutionHistoryPanel = () => {
<FormattedMessage
id="xpack.watcher.sections.watchHistory.watchHistoryDetail.title"
defaultMessage="Executed on {date}"
values={{ date: watchHistoryDetails.startTime }}
values={{ date: watchHistoryDetails.startTime?.format() }}
/>
</h3>
</EuiTitle>
Expand Down

0 comments on commit c05aa17

Please sign in to comment.