Display time in iso string

pull/10616/head
Kevin Fitzpatrick 2016-11-04 14:58:08 -07:00
parent ea1a474f8d
commit 7afe4b17f6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const AlertsTable = React.createClass({
<tr key={name}>
<td className="monotype">{name}</td>
<td className="monotype">{level}</td>
<td className="monotype">{time}</td>
<td className="monotype">{(new Date(Number(time)).toISOString())}</td>
<td className="monotype">{host}</td>
<td className="monotype">{value}</td>
</tr>