【发布时间】:2021-03-06 22:57:20
【问题描述】:
添加的日期数据通常会添加到数据库中。外观相差3小时。
设置:
LANGUAGE_CODE = 'tr'
TIME_ZONE = 'Europe/Istanbul'
USE_I18N = True
USE_L10N = True
USE_TZ = True
Python 版本: 3.8.3
Django 版本: 3.1.1
【问题讨论】:
标签: python-3.x django datetime django-models python-datetime