Registration dates are UTC #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The registration dates are displayed as UTC. I have not investigated, but I guess the timestamp is saved as a naive datetime instead of a timezone-based datetime.
created branch
19-registration-dates-are-utcto address this issuementioned in merge request !171
As far as I understand, the DateTime values saved are indeed timezone-aware (see https://docs.djangoproject.com/en/5.0/ref/models/fields/#django.db.models.DateField.auto_now_add), but always set to the configured default timezone