Skip to content

Commit b2c6357

Browse files
hanshal101dr-housemd
authored andcommitted
feat: add the date and time field to the search gui
Signed-off-by: hanshal101 <122217807+hanshal101@users.noreply.github.com>
1 parent cd7300d commit b2c6357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/search/versionList.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func convFPR2Rows(versions *buildsafev1.FetchPackagesResponse) []table.Row {
3737
pkg.SpdxId,
3838
free,
3939
pkg.Homepage,
40-
time.Unix(int64(pkg.EpochSeconds), 0).Format("2006-01-02 15"),
40+
time.Unix(int64(pkg.EpochSeconds), 0).Format("2006-01-02 15:04"),
4141
})
4242
}
4343
return items

0 commit comments

Comments
 (0)