We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2a3f6 commit 8c5a566Copy full SHA for 8c5a566
public/js/SymbolLogsIcon.js
@@ -230,7 +230,7 @@ class SymbolLogsIcon extends React.Component {
230
<td
231
className='text-center align-middle'
232
title={moment(row.loggedAt).format()}>
233
- {moment(row.loggedAt).format('hh:mm:ss A')}
+ {moment(row.loggedAt).format('HH:mm:ss')}
234
</td>
235
<td>{row.msg}</td>
236
<td className='text-center'>
0 commit comments