spdx / cdx2spdx

Utility that converts SBOM documents from CycloneDX to SPDX
Apache License 2.0
29 stars 9 forks source link

Times are converted to local times #1

Closed goneall closed 2 years ago

goneall commented 2 years ago

When fetching the times from CycloneDX they are being represented as local times and being written back to the SPDX document as GMT times.

This is causing unit test failures if we try to compare the expected created times to what we find in the test files.