in models that contain DateTimeField with auto_now_add=True, some
times the timezone fails (the row is saved with no TIME_ZONE that I
have specified in the settings.py, but some time o.O )

I've a Debian etch linux server with :
Apache2.2 prefork
mysql  Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (x86_64) using readline 5.2
Linux jack 2.6.22.6 #5 SMP Tue Sep 11 19:39:08 ART 2007 x86_64 GNU/Linux
Django SVN (lastest)


/etc/environment:
TZ="America/Buenos_Aires"

/etc/timezone:
America/Buenos_Aires

settings.py:
TIME_ZONE = 'America/Buenos_Aires'


It is a posible django bug?


P.S.: Sorry for my bad english








-- 
Diego F. Toritto.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to