FairLogger/logger
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
..
bundled/fmt Update license/copyright information 2019-08-27 13:40:01 +02:00
Logger.cxx Fix FMT 12 compatibility by replacing fmt::localtime with std::localtime 2025-09-19 13:27:41 +02:00
Logger.h Add LOGFD and LOGPD macros 2025-07-02 13:28:30 +02:00
Version.h.in CMake: Update version logic 2019-06-27 13:18:26 +02:00