Loading tools/compliance/cmd/sbom/sbom_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -1506,7 +1506,7 @@ func (m spdxCreatorOrganization) String() string { } func fakeTime() time.Time { return time.UnixMicro(0) return time.UnixMicro(0).UTC() } type spdxCreatedTime struct{} Loading Loading
tools/compliance/cmd/sbom/sbom_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -1506,7 +1506,7 @@ func (m spdxCreatorOrganization) String() string { } func fakeTime() time.Time { return time.UnixMicro(0) return time.UnixMicro(0).UTC() } type spdxCreatedTime struct{} Loading