[OGo-Bugs][Bug 1854] Wrong date/time on new tasks & subsequent task actions
bugs@opengroupware.org
bugs@opengroupware.org
Fri, 14 Sep 2007 12:17:10 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1854
------- Additional Comments From awilliam@whitemice.org 2007-09-14 12:15 -------
In OGo Defaults: TimeZoneName = GMT;
In PostgreSQL's postgresql.conf: TimeZoneName = GMT;
In user's defaults: TimeZoneName = GMT;
Creating a task at 06:02 posts the task at 10:02.
job_history.action_date = '2007-09-14 05:02:05.0'
job.start_date = '2007-09-13 23:00:00.0'
Columns in PostgreSQL are all "timestamp with time zone not null" same as in the
date_x tables (and times are correct in scheduling application)
Time on subsequent annotations & actions show the same issue.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.