Look in the docs here:
http://docs.djangoproject.com/en/1.3/ref/settings/#time-zone
As it says, this doesn't work on Window and will result in the system
timezone being used.
On Mar 29, 8:58 am, aa bb wrote:
> Hi all! I'm a Django newbie. I set TIME_ZONE to 'UTC' in my project
> settings.py. Th
Hi all! I'm a Django newbie. I set TIME_ZONE to 'UTC' in my project
settings.py. Then I have defined a data model like:
class D(models.Model):
#some fields
joined_at = models.DateTimeField(null = True, auto_now_add = True)
#some other fields
I expect when a new D instance is created, its jo
2 matches
Mail list logo