sbom_test - use UTC
Test: TreeHugger, m compliance_sbom Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Id2abec8537a1dfa32d6816da4c34c86f46313086
This commit is contained in:
@@ -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{}
|
||||
|
Reference in New Issue
Block a user