{"id":748,"date":"2023-06-20T17:08:10","date_gmt":"2023-06-20T09:08:10","guid":{"rendered":"https:\/\/www.furyblog.com\/?p=748"},"modified":"2023-06-20T17:08:10","modified_gmt":"2023-06-20T09:08:10","slug":"%e4%bd%bf%e7%94%a8python%e4%bb%8entp%e8%8e%b7%e5%8f%96%e6%97%b6%e9%97%b4","status":"publish","type":"post","link":"https:\/\/www.furyblog.com\/?p=748","title":{"rendered":"\u4f7f\u7528Python\u4eceNTP\u83b7\u53d6\u65f6\u95f4"},"content":{"rendered":"\n<p>\u6709\u65f6\u5019\u5728\u63a7\u5236\u7a0b\u5e8f\u8fd0\u884c\u65f6\u9700\u8981\u83b7\u5f97\u51c6\u786e\u65f6\u95f4\u6216\u65e5\u671f\uff0c\u672c\u5730\u65f6\u95f4\u56e0\u4e3a\u5404\u79cd\u539f\u56e0\u53ef\u80fd\u4e0d\u4f1a\u90a3\u4e48\u51c6\u786e\uff0c\u8fd9\u4e2a\u65f6\u5019\u53ef\u4ee5\u5199\u4e00\u4e2a\u83b7\u53d6NTP\u65f6\u95f4\u7684\u6587\u4ef6\u8c03\u7528\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a<br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\"\"\"\r\ngetNTP.py\r\n\"\"\"\r\n# \u5bfc\u5165\u76f8\u5e94\u6a21\u5757\r\nimport ntplib\r\nimport datetime as ntpdate\r\nfrom datetime import datetime, date\r\n\r\nresponse = ntplib.NTPClient().request('ntp.aliyun.com')  # \u5411NTP\u53d1\u8d77\u8bf7\u6c42\r\n\r\n# \u683c\u5f0f\u5316\u54cd\u5e94\u7684\u6570\u636e\r\nts = response.tx_time\r\nts1 = ntpdate.datetime.fromtimestamp(ts)\r\nx = ntpdate.datetime.timetuple(ts1)\r\n\r\n# \u8f6c\u6362\u4e3a\u53ef\u8bfb\u683c\u5f0f\r\nNtp_date = ntpdate.date(x&#91;0], x&#91;1], x&#91;2])  # \u8f6c\u6362\u4e3aYYYY-mm-dd\r\nNtp_datetime = ntpdate.datetime(x&#91;0], x&#91;1], x&#91;2], x&#91;3], x&#91;4], x&#91;5])  # \u8f6c\u6362\u4e3aYYYY-mm-dd HH:MM:SS\r\nprint('\u65e5\u671f\u683c\u5f0f\uff1a', Ntp_date, '\u65e5\u671f\u65f6\u5206\u79d2\u683c\u5f0f\uff1a', Ntp_datetime)<\/code><\/pre>\n\n\n\n<p>\u4ee5\u4e0a\u4ee3\u7801\u6253\u5370\u7ed3\u679c\u4e3a<code>\u65e5\u671f\u683c\u5f0f\uff1a 2023-06-20 \u65e5\u671f\u65f6\u5206\u79d2\u683c\u5f0f\uff1a 2023-06-20 17:06:49<\/code><\/p>\n\n\n\n<p>\u5728\u5176\u4ed6Python\u6587\u4ef6\u4e2d\u5f15\u5165\u8fd9\u4e2a\u6587\u4ef6\u5373\u53ef\u8c03\u7528\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6709\u65f6\u5019\u5728\u63a7\u5236\u7a0b\u5e8f\u8fd0\u884c\u65f6\u9700\u8981\u83b7\u5f97\u51c6\u786e\u65f6\u95f4\u6216\u65e5\u671f\uff0c\u672c\u5730\u65f6\u95f4\u56e0\u4e3a\u5404\u79cd\u539f\u56e0\u53ef\u80fd\u4e0d\u4f1a\u90a3\u4e48\u51c6\u786e\uff0c\u8fd9\u4e2a\u65f6\u5019\u53ef\u4ee5\u5199\u4e00\u4e2a\u83b7\u53d6NTP\u65f6\u95f4\u7684\u6587\u4ef6\u8c03\u7528\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a \u4ee5\u4e0a\u4ee3\u7801\u6253\u5370\u7ed3\u679c\u4e3a\u65e5\u671f\u683c\u5f0f\uff1a 2023-06-20 \u65e5\u671f\u65f6\u5206\u79d2\u683c\u5f0f\uff1a 2023-06-20 17:0&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[59],"topic":[],"class_list":["post-748","post","type-post","status-publish","format-standard","hentry","category-python","tag-python"],"_links":{"self":[{"href":"https:\/\/www.furyblog.com\/index.php?rest_route=\/wp\/v2\/posts\/748","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.furyblog.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.furyblog.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=748"}],"version-history":[{"count":3,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=\/wp\/v2\/posts\/748\/revisions"}],"predecessor-version":[{"id":751,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=\/wp\/v2\/posts\/748\/revisions\/751"}],"wp:attachment":[{"href":"https:\/\/www.furyblog.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=748"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.furyblog.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftopic&post=748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}