On Tue, 2009-08-11 at 00:08 -0400, Vitaly Babiy wrote:
> Hey guys, 
> I am working on an application that needs to be timezone aware. Is
> there support for this with in django I can't seem to find anything
> except for a few third party packages. i am trying to find something
> that is in django core.

No. Django encourages the use of third-party applications.

The problem in this area is MySQL. They apparently haven't discovered
that the world has timezones yet and that any datetime without a
timezone is broken, so they don't have a timezone-aware datetime field.
Since MySQL is a fully supported database in Django, it makes having a
timezone-aware field in core quite a tricky proposition. Not that that
will prevent us eventually adding one, but it's not amazingly high
priority as writing custom fields is pretty easy these days.

Regards,
Malcolm





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

Reply via email to