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

Commit ec3b0b99 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "sbom_test - use UTC" am: b50b6850 am: 7c1d0301

parents 6a379936 7c1d0301
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{}