microsoft / devhomegithubextension

Dev Home GitHub Extension
MIT License
284 stars 45 forks source link

Fix timestamp log format #377

Closed dkbennett closed 7 months ago

dkbennett commented 7 months ago

Summary of the pull request

Timestamp format was incorrect for the logging, putting minutes instead of months and creating an invalid timestamp. It also fails to parse as a DateTime which broke tooling.

References and relevant issues

Closes #376

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist