From 28d8591b3d9735da8285486ee784d0fed26f314c Mon Sep 17 00:00:00 2001 From: Cai-Yao <729673078@qq.com> Date: Thu, 2 Jan 2025 16:15:36 +0000 Subject: [PATCH] delete url in code --- deps/oblib/src/lib/timezone/ob_time_convert.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/deps/oblib/src/lib/timezone/ob_time_convert.h b/deps/oblib/src/lib/timezone/ob_time_convert.h index 59293e365..c84b3f83a 100644 --- a/deps/oblib/src/lib/timezone/ob_time_convert.h +++ b/deps/oblib/src/lib/timezone/ob_time_convert.h @@ -871,8 +871,6 @@ public: /// 3. To eliminate the discrepancy between floor rounding and division, /// the algorithm use two linear function to approximate the formula. /// Here x = f(d) is the first one, y = g(d + f(d) - f(d)/4) is the second one. -/// 4. For detailed formula derivation, please refer to the documentation : -/// /// @param [in] days days to 1970-1-1, say 1970-1-1 is 0, 1960-12-31 is -1. /// @param [out] year the year corresponding to the given date. OB_INLINE void ObTimeConverter::days_to_year(DateType days, YearType &year)