Compare commits

..

1 Commits

Author SHA1 Message Date
Alexey Rybalchenko
f85919cdb7 Fix FMT 12 compatibility by replacing fmt::localtime with std::localtime
- 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>
2025-09-19 13:27:41 +02:00

Diff Content Not Available