Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b50b6850 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "sbom_test - use UTC"

parents 1ff5e0e3 458f9027
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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{}