Closed
Bug 984258
Opened 12 years ago
Closed 12 years ago
Convert Django's Timezone to UTC
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Assigned: nemo-yiannis)
References
Details
(Whiteboard: [kb=1304132] [qa-])
Due to an older bad decision Django's timezone is set to PDT and we spend code lines and brain power to convert things to UTC.
This of course generates a handful of bugs, like bug 984252, because some dates get converted to UTC while others don't.
We should better switch Django's Timezone to UTC, clean up the code where needed and be happy.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jgiannelos
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [kb=1304132]
| Reporter | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/9502405253099e6129cd8c6718d18242fa55923d
[Fix bug 984258] Convert django's timezone to UTC
https://github.com/mozilla/remo/commit/e9777e24fb984ece12c6c98d1ba52f7fc2cb3d4e
Merge pull request #673 from johngian/984258-change-pdt-utc
[Fix bug 984258] Convert django's timezone to UTC
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Version: unspecified → next
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/ed1c2947a183c26a93c9872d0dab0115b5520342
[bug 984258] Change Celery timezone to UTC.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [kb=1304132] → [kb=1304132] [qa-]
| Reporter | ||
Updated•12 years ago
|
Version: next → 426
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•