Skip to content

Commit

Permalink
feat: add the date and time field to the search gui
Browse files Browse the repository at this point in the history
Signed-off-by: hanshal101 <[email protected]>
  • Loading branch information
hanshal101 authored and dr-housemd committed Nov 19, 2024
1 parent cd7300d commit b2c6357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/search/versionList.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func convFPR2Rows(versions *buildsafev1.FetchPackagesResponse) []table.Row {
pkg.SpdxId,
free,
pkg.Homepage,
time.Unix(int64(pkg.EpochSeconds), 0).Format("2006-01-02 15"),
time.Unix(int64(pkg.EpochSeconds), 0).Format("2006-01-02 15:04"),
})
}
return items
Expand Down

0 comments on commit b2c6357

Please sign in to comment.