Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#178 closed defect (invalid)

Wrong time zone usage

Reported by: edgars@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords: time zone
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django doesn't pick up time zone when running under Ubuntu. Setting TZ in environment fixes it. Ubuntu (and Debian Sarge) doesn't have TZ in environment by default though.

Change History (1)

comment:1 by Jacob, 19 years ago

Resolution: invalid
Status: newclosed

You don't set TZ in the environment; you'll need to set it in your settings file; use something like TIME_ZONE = "America/Chicago"

Note: See TracTickets for help on using tickets.
Back to Top