Converting UTC datetime to user's local date and time

前端 未结 3 1378
天命终不由人
天命终不由人 2021-02-10 05:18

I\'m using python on Django and Google App Engine. I\'m also using the DateTimeProperty in one of my models. Occasionally I would like to display that date and time to the user.

3条回答
  •  你的背包
    2021-02-10 05:49

    Best and easy way for converting Google App Engine datetime in templates:

    http://code.google.com/p/dateconv4gae/

提交回复
热议问题