Setting Django admin display times to local time?

前端 未结 4 2236
天命终不由人
天命终不由人 2021-02-14 14:16

When I see dates and times in the admin, they are displayed in UTC. I\'d like for them to be displayed in my local timezone. I checked the TIME_ZONE setting in the

4条回答
  •  感动是毒
    2021-02-14 14:28

    Maybe you can try to set user timezone. Set

     USE_TZ = True
    

    Official documentation

提交回复
热议问题