美文网首页
django时间转换问题

django时间转换问题

作者: 王大碗要努力 | 来源:发表于2017-11-02 12:25 被阅读0次

    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")
    
    

    相关文章

      网友评论

          本文标题:django时间转换问题

          本文链接:https://www.haomeiwen.com/subject/kfuopxtx.html