python--时间相差8小时问题
2021-02-14 13:18
阅读:360
标签:%s ftime shang int str bsp time style rom 在使用django框架时,需要在settings中将时区设置成上海 手动方式: python--时间相差8小时问题 标签:%s ftime shang int str bsp time style rom 原文地址:https://www.cnblogs.com/lutt/p/12723196.html
TIME_ZONE = ‘Asia/Shanghai‘
USE_TZ = True
from django.utils import timezone
#
print(timezone.localtime(i.create_time).strftime("%Y-%m-%d %H:%M:%S"))
评论
亲,登录后才可以留言!