microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
68 stars 15 forks source link

Fix log timestamp format #147

Closed dkbennett closed 2 months ago

dkbennett commented 2 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 #146

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist