django 时间设置,服务器时间同步

修改django的setting.py

USE_TZ = False
TIME_ZONE = "Asia/Shanghai"
  • 重启apache

systemctl restart httpd

更改服务器时区(可选)

timedatectl set-timezone Asia/Shanghai

你可能感兴趣的:(django 时间设置,服务器时间同步)