diff --git a/src/app/torrent-page.js b/src/app/torrent-page.js index 7e715dd9..688f9f4e 100644 --- a/src/app/torrent-page.js +++ b/src/app/torrent-page.js @@ -121,7 +121,7 @@ const TorrentInformation = (props) => { // leftAvatar={} backgroundColor={yellow600} />} rightIcon={} primaryText="Indexed/Added torrent date" - secondaryText={moment(torrent.added).format('MMMM Do YYYY, h:mm:ss')} + secondaryText={moment(torrent.added * 1000).format('MMMM Do YYYY, hh:mm')} /> } backgroundColor={yellow600} />}