#9175: Changing TIME_ZONE causes restart loop of development server
------------------------------------------------+---------------------------
Reporter: nileshashra | Owner: nobody
Status: closed | Milestone:
Component: django-admin.py runserver | Version: 1.0
Resolution: invalid | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------------------+---------------------------
Changes (by mtredinnick):
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Lots of people routinely run with the timezone setting set to things other
than America/Chicago without problems. There's something else going on
here that is specific to your system. What OS/platform are you running on?
One possibility is that one or more your Django source files are somehow
timestamped with a time from the future, so, to the runserver, it looks
like they have changed and so it restarts. Have a look at the timestamps
on the files and see if any of them have timestamps that look incorrect.
If you're on a Unix-like system, run "touch" on the source files to bring
them into line with the current time and see if that changes things.
However, it's not clear, in this case, why things would even work in the
Chicago timezone unless your system time is set to something odd.
I'm going to close this because I'm positive there's no bug in Django
here. If the timestamp on the source files isn't the problem, you probably
want to post to django-users and provide as much relevant information as
you can about your particular setup (OS type/version, where you got the
source from, how you installed it, whether it was a fresh install or an
upgrade, etc...).
--
Ticket URL: <http://code.djangoproject.com/ticket/9175#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---