diff --git a/torrent.go b/torrent.go index dbc681d..0f57f4f 100644 --- a/torrent.go +++ b/torrent.go @@ -37,6 +37,6 @@ func (t Torrent) StringWithoutTitle() string { t.Leechers, t.Downloads, t.Trusted, - t.Time, + t.Time.Format("2006-01-02 15:04:05"), ) }