Skip to content

Commit

Permalink
Update sbom/formatted_reader.go
Browse files Browse the repository at this point in the history
Co-authored-by: Frankie G-J <frankieg@vmware.com>
  • Loading branch information
ForestEckhardt and Frankie G-J committed Aug 4, 2022
1 parent f027902 commit 602660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbom/formatted_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (f *FormattedReader) Read(b []byte) (int, error) {
if err != nil {
return 0, fmt.Errorf("failed to parse SOURCE_DATE_EPOCH: %w", err)
}
creationInfo["created"] = time.Unix(sde, 0)
creationInfo["created"] = time.Unix(sde, 0).UTC()
}
spdxOutput[k] = creationInfo
}
Expand Down

0 comments on commit 602660a

Please sign in to comment.