How does Django write a date field when a field is marked with the auto_now_add attribute?
Is this like datetime.now().date() or timezone.now().date() ?
In other words, what time zone is used to get the current date?
python timezone django django-models
Neowang
source share