Modify ↓
#7274 closed defect (worksforme)
TimeZone Preferences Are Off
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | general | Version: | 0.11rc1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In Preferences the current UTC time is 14:26:33Z+0000. I am in EST (US GMT-5) and when I choose that GMT -6 is reported. So it's 10:30am here and Trac reports it is 9:30am.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Milestone: | 0.11 |
---|
Note:
See TracTickets
for help on using tickets.
Well, 14 - 5 == 9 last time I checked, so Trac is doing what you're asking it to do ;-)
So this must be a DST issue, and your wall clock probably reports EDT time instead of EST. If you're not using pytz, you need to pick manually GMT-4. If you're using PyTz, then you should pick your location.
I checked with America/New_York and it reports GMT-4:
(well, it should say EDT instead of EST, but the offset is what you'd expect)