Ensure that SBOM creation time is represented in Gregorian calendar format by alisonlomaka · Pull Request #1052 · microsoft/sbom-tool (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@alisonlomaka

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.

#989

@alisonlomaka

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.

DaveTryon

@alisonlomaka

@alisonlomaka alisonlomaka linked an issue

May 29, 2025

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 }})

2 participants

@alisonlomaka @DaveTryon