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