hch
2026-02-04 fe875fa59696d362d148f4d0b76256d1dd58f93f
Main/Utility/TimeUtility.cs
@@ -100,6 +100,15 @@
        }
    }
    public static int AllSecondsCrossServer
    {
        get
        {
            TimeSpan t = CrossServerNow - OriginalTime;
            return (int)t.TotalSeconds;
        }
    }
    //1年中的第几周,以服务端为准,python和c#算出来不一样
    public static int WeekOfYear
    {