Getting results with the correct time zone shift (Postgresql, Django) – Telegram API
In my project (Django, using Postgresql) I need to display statistics on the number of registered users by day. In the database, all time fields are stored with the UTC zone. In settings.py parameters set: USE_TZ = True TIME_ZONE =…