Modify ↓
Ticket #600 (closed defect: fixed)
Hardcoded timezone in reporting system
Reported by: | kisielk | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-reports | Version: | |
Keywords: | Cc: |
Description
The timezone for the reporting system is hardcoded to America/Chicago? in trunk/bcfg2/src/lib/Server/Reports/settings.py (line 47)
Perhaps a new config file option is required, or figure out how to parse it from the system and present it in the appropriate format to Django.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
OK, as of [3452092321e545b6113c8965c862b76fdab951d5] (SVN r4936), the system reads the setting time_zone in the statistics section of bcfg2.conf. It should be something like "America/Chicago?" (with no spaces).