LAPTOP-SNT8I5JK\Boounion
2025-06-21 0de0a72329a77fbf20bc299c542e435a6d47256b
SourceCode/Bond/Servo/Model.cpp
@@ -217,7 +217,7 @@
      // 安全格式化时间
      auto format_time = [](time_t t) -> std::string {
         if (t < 0 || t == _I64_MIN || t == _I64_MAX) {
         if (t <= 0 || t == _I64_MIN || t == _I64_MAX) {
            return "";
         }