Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timestamp log format #2568

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Fix timestamp log format #2568

merged 1 commit into from
Apr 9, 2024

Conversation

dkbennett
Copy link
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 #2567

Detailed description of the pull request / Additional comments

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

Validation steps performed

  • Verified log format is correct with the fix.

PR checklist

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

@dkbennett dkbennett merged commit a4c1829 into main Apr 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timestamp is incorrect in logging
3 participants