mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-12-13 02:40:16 +00:00
- 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>