重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

python开发时间同步脚本

#!/usr/bin/env python
#coding:utf-8

#Example:
#ntpdate -u 0.asia.pool.ntp.org 1.asia.pool.ntp.org 2.asia.pool.ntp.org 3.asia.pool.ntp.org cn.ntp.org.cn  time.nuri.net 

import os
command = ['ntpdate cn.ntp.org.cn',
           'rm -rf /etc/localtime',
           'ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime',
           'hwclock -w',
           "export TZ='Asia/Shanghai'",
           'echo "export TZ=\'Asia/Shanghai\'" >> /root/.bashrc']
for com in command:
    os.system(com)  

文章标题:python开发时间同步脚本
链接分享:http://cqcxhl.com/article/gcjhcd.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP