The date data added is normally added to the database. There is a 3 hour difference in appearance.
This is my saved data on admin panel:
The view of that data on a template:
Settings:
LANGUAGE_CODE = 'tr'
TIME_ZONE = 'Europe/Istanbul'
USE_I18N = True
USE_L10N = True
USE_TZ = True
Python version: 3.8.3
Django version: 3.1.1