Task #1323 (closed)
Opened 15 years ago
Closed 12 years ago
Django and time zone
Reported by: | atarkowska | Owned by: | atarkowska |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Web | Version: | 3.0-M1 |
Keywords: | n.a. | Cc: | carlos@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
A string representing the time zone is configured in settings.py.
Available choices are http://www.postgresql.org/docs/8.1/static/
datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
Could be possible to get this value in advance.
Change History (4)
comment:1 Changed 15 years ago by atarkowska
comment:2 Changed 15 years ago by atarkowska
- Milestone changed from OMERO-Beta4.1 to OMERO-Beta4.2
comment:3 Changed 15 years ago by atarkowska
- Milestone changed from OMERO-Beta4.2 to Unscheduled
comment:4 Changed 12 years ago by atarkowska
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Possible solution: reading from the OS during the install phase, just to set a
good default.