We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7300d commit b2c6357Copy full SHA for b2c6357
cmd/search/versionList.go
@@ -37,7 +37,7 @@ func convFPR2Rows(versions *buildsafev1.FetchPackagesResponse) []table.Row {
37
pkg.SpdxId,
38
free,
39
pkg.Homepage,
40
- time.Unix(int64(pkg.EpochSeconds), 0).Format("2006-01-02 15"),
+ time.Unix(int64(pkg.EpochSeconds), 0).Format("2006-01-02 15:04"),
41
})
42
}
43
return items
0 commit comments