django-clickhouse-backend
django-clickhouse-backend copied to clipboard
[QUESTION] Is there a way to specify timezone in DateTime64Field?
Looks like it's hardcoded to 'UTC'
Looks like it's hardcoded to 'UTC'
This is intentional, to be consistent with the behavior of postgresql backend.
Anyway, do you really need to set timezone in database level? The recommended way to deal with timezone is using django.utils.timezone module.