Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Fix log timestamp format - #147

Merged
David Bennett (dkbennett) merged 1 commit into
mainfrom
user/dkbennett/timestampfix
Apr 9, 2024
Merged

Fix log timestamp format#147
David Bennett (dkbennett) merged 1 commit into
mainfrom
user/dkbennett/timestampfix

Conversation

@dkbennett

Copy link
Copy Markdown
Member

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

  • Fixed output format to use correct format specifier for Month.

Validation steps performed

  • Launched provider and verified log format is correct and correctly parsed.

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timestamp format is incorrect in logging.

3 participants