Ticket #6062 (closed Bug: invalid)
Timezone Crazyness
| Reported by: | damaestro | Owned by: | alecm |
|---|---|---|---|
| Priority: | major | Milestone: | 2.5.3 |
| Component: | Infrastructure | Keywords: | plone time date malfunction error change wrong timezone |
| Cc: |
Description
I don't know the best way to describe this.
How to reproduce: a) user creates an event b) user sets a date/time for the event c) save
Results: a) date/time is modified to be -8 hours from what the user has set b) date/time displayed is incorrect on the event
Expected results: a) what is set in date/time is shown b) a way to fix this by setting timezone ??? c) something other then plone subtracting -8 hours for the event
Basically this has rendered "Event" content types useless for me.
Change History
Note: See
TracTickets for help on using
tickets.

Workaround for Fedora Core 5/6:
cp /usr/share/zoneinfo/GMT+0 /etc/localtime && /etc/init.d/zope restart
I really hope this stays a *workaround* and the actual issue is fixed.
Reports in #plone that it is a Zope 2.9.6 issue.