#12127 closed (fixed)
timezone tests are failing
Reported by: | Florian Apolloner | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Florian Apolloner | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I have some timezone tests failing, but can't find out why (I hate timezones ;)):
http://paste.pocoo.org/show/148192/
My local timezone is +1 currently if that matters
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
FWIW, I'm seeing this on Ubuntu, any SVN revision since the tests were converted to unit tests. I don't have TZ set but by the time the test runs it has been set by code in django/conf/__init__.py
(this is where it doesn't get set on Windows, I'd guess). I don't have any TIME_ZONE set in the settings file so it's defaulting to 'America/Chicago'. That's as far as I got looking into it since I got distracted when I tried it on Windows and found other problems there. Now those are fixed these tests are passing on Windows but still failing on my Ubuntu box, and I've run out of time for now.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
To help out with debugging, can you please provide the following: