[WebMethod]
    public static string GetServerDateTime()
    {
        return DateTime.Now.ToString();
    }
