Ensure that SBOM creation time is represented in Gregorian calendar format by alisonlomaka · Pull Request #1052 · microsoft/sbom-tool (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
The issue was that the string conversion of the datetime needs to specify InvariantCulture so that the year will be represented in Gregorian even if the tool is running on a system using a non-Gregorian calendar.
The issue was that the string conversion of the datetime needs to specify InvariantCulture so that the year will be represented in Gregorian even if the tool is running on a system using a non-Gregorian calendar.
alisonlomaka linked an issue
that may beclosed by this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})