--- src/cli/Logger.cpp.orig 2026-05-08 18:06:10.000000000 +0800 +++ src/cli/Logger.cpp 2026-07-04 16:07:16.000000000 +0800 @@ -114,7 +114,7 @@ } if (m_timeEnabled) { -#ifndef _LIBCPP_VERSION +#if !defined(_LIBCPP_VERSION) && _GLIBCXX_USE_CXX11_ABI static auto current_zone = std::chrono::current_zone(); const auto zt = std::chrono::zoned_time{current_zone, std::chrono::system_clock::now()}; const auto hms = std::chrono::hh_mm_ss{zt.get_local_time() - std::chrono::floor(zt.get_local_time())};