On May 13, 8:05 pm, Sebastian <[EMAIL PROTECTED]> wrote:
> Hi David,
>
> We have checked all possible timezone related issues with our server
> and everything seems fine. The problem is odd as the times keep
> changing back and forth. We have turned off all time daemons (ntpd
> etc...), which left us with the conclusion that it must be something
> to do with Python or Django as it is local to apache only.

Is that single Django instance the only web application running under
that Apache, or are you also running other Python or PHP based web
applications?

If you are running multiple web applications, because they run in the
same process, if any one of them is fiddling with timezone settings,
the other applications will be affected.

Graham
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to