UTC时间和北京时间
例如:2017-11-01T07:45:00Z 转成 2017-11-01 15:45:00
from django.utils import timezone
timezone.localtime(obj.date_joined).strftime("%Y-%m-%d %H:%M:%S")
例如:2017-11-01T07:45:00Z 转成 2017-11-01 15:45:00
from django.utils import timezone
timezone.localtime(obj.date_joined).strftime("%Y-%m-%d %H:%M:%S")
本文标题:django时间转换问题
本文链接:https://www.haomeiwen.com/subject/kfuopxtx.html
网友评论