Skip to content

Conversation

@rbx
Copy link
Member

@rbx rbx commented Sep 19, 2025

  • Replace deprecated fmt::localtime with std::localtime in timestamp formatting
  • Add required include for std::localtime
  • Fixes compatibility with FMT 12+ where fmt::localtime was removed

🤖 Generated with Claude Code

Fixes #67.

- Replace deprecated fmt::localtime with std::localtime in timestamp formatting
- Add required <ctime> include for std::localtime
- Dereference std::localtime return pointer for proper fmt formatting
- Fixes compatibility with FMT 12+ where fmt::localtime was removed

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@rbx rbx merged commit 2cb61c8 into dev Sep 19, 2025
6 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.

2 participants