C 獲取標準北京時間

2021-08-16 18:15:36 字數 2579 閱讀 8988

///

/// 獲取標準北京時間

//////

//////

/// public datetime getbeijingtime()

}string temparray = html.split(';');

for (int i = 0; i < temparray.length; i++)

string year = temparray[1].split('=')[1];

string month = temparray[2].split('=')[1];

string day = temparray[3].split('=')[1];

string hour = temparray[5].split('=')[1];

string minite = temparray[6].split('=')[1];

string second = temparray[7].split('=')[1];

dt = datetime.parse(year + "-" + month + "-" + day + " " + hour + ":"+ minite + ":" + second);

}catch (webexception)

catch (exception)

finally

return dt;

}///

/// 獲取標準北京時間

//////

public

static datetime datastandardtime()

;時間伺服器[0, 0] = "time-a.nist.gov";

時間伺服器[0, 1] = "129.6.15.28";

時間伺服器[1, 0] = "time-b.nist.gov";

時間伺服器[1, 1] = "129.6.15.29";

時間伺服器[2, 0] = "time-a.timefreq.bldrdoc.gov";

時間伺服器[2, 1] = "132.163.4.101";

時間伺服器[3, 0] = "time-b.timefreq.bldrdoc.gov";

時間伺服器[3, 1] = "132.163.4.102";

時間伺服器[4, 0] = "time-c.timefreq.bldrdoc.gov";

時間伺服器[4, 1] = "132.163.4.103";

時間伺服器[5, 0] = "utcnist.colorado.edu";

時間伺服器[5, 1] = "128.138.140.44";

時間伺服器[6, 0] = "time.nist.gov";

時間伺服器[6, 1] = "192.43.244.18";

時間伺服器[7, 0] = "time-nw.nist.gov";

時間伺服器[7, 1] = "131.107.1.10";

時間伺服器[8, 0] = "nist1.symmetricom.com";

時間伺服器[8, 1] = "69.25.96.13";

時間伺服器[9, 0] = "nist1-dc.glassey.com";

時間伺服器[9, 1] = "216.200.93.8";

時間伺服器[10, 0] = "nist1-ny.glassey.com";

時間伺服器[10, 1] = "208.184.49.9";

時間伺服器[11, 0] = "nist1-sj.glassey.com";

時間伺服器[11, 1] = "207.126.98.204";

時間伺服器[12, 0] = "nist1.aol-ca.truetime.com";

時間伺服器[12, 1] = "207.200.81.113";

時間伺服器[13, 0] = "nist1.aol-va.truetime.com";

時間伺服器[13, 1] = "64.236.96.53";

int portnum = 13;

string hostname;

byte bytes = new

byte[1024];

int bytesread = 0;

system.net.sockets.tcpclient client = new system.net.sockets.tcpclient();

for (int i = 0; i < 13; i++)

catch (system.exception)

}char sp = new

char[1];

sp[0] = ' ';

dt = new datetime();

string str1;

str1 = system.text.encoding.ascii.getstring(bytes, 0, bytesread);

string s;

s = str1.split(sp);

if (s.length >= 2)

else

}catch (exception)

return dt;

}

PY 獲取北京時間

def getbeijintime 獲取北京時間 http客戶端執行的瀏覽器型別的詳細資訊。通過該頭部資訊,web伺服器可以判斷到當前http請求的客戶端瀏覽器類別。hea 站點伺服器認為自己 瀏覽器 相容moailla的一些標準 設定訪問位址,我們分析到的 url r 用requests get這...

Java 從網路獲取北京時間

timezone.setdefault timezone.gettimezone gmt 8 時區設定 url url new url 取得資源物件 urlconnection uc url.openconnection 生成連線物件 uc.connect 發出連線 long ld uc.getda...

獲取網路時間(國家標準時間 北京時間為準)

獲取指定 的日期時間 param weburl return public static long getwebsitedatetime string url catch malformedurlexception e catch ioexception e return 0 呼叫此方法輸入所要轉換...