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

Commit 458f9027 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski
Browse files

sbom_test - use UTC



Test: TreeHugger, m compliance_sbom
Signed-off-by: default avatarMaciej Żenczykowski <maze@google.com>
Change-Id: Id2abec8537a1dfa32d6816da4c34c86f46313086
parent 99d607c0
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{}