| Summary | Universal Time not displayed correctly |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org>, Horde Developers |
| Requester | horde32 (at) volkerthen (dot) com |
| Created | 09/12/2007 (660 days ago) |
| Due | |
| Updated | 12/17/2008 (198 days ago) |
| Assigned | 06/11/2008 (387 days ago) |
| Resolved | 12/17/2008 (198 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.371&r2=1.699.2.372&ty=u
http://cvs.horde.org/diff.php/imp/lib/UI/Mailbox.php?r1=1.9.2.5&r2=1.9.2.6&ty=u
Priority ⇒ 1. Low
State ⇒ Accepted
Assigned to
State ⇒ Assigned
State ⇒ Feedback
functions, we should just do a str_replace on it.
should we convert UT to UTC ourselves?
strtotime() stopped recognizing it sometime in PHP 5. GNU date does
parse it so PHP should too. We can work around it by changing UT to
UTC, and/or filing a bug with PHP to recognize this zone again.
Priority ⇒ 1. Low
State ⇒ Not A Bug
behavior, it's a PHP issue anyway.
Summary ⇒ Universal Time not displayed correctly
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Queue ⇒ IMP
We recently encountered a problem when receiving mails from X-Mailer
DvISE with a UT date stamp. In the inbox view these messages show a
date of 1. Jan 1970.
All seem to have an obsolete date header:
Date: 12 Sep 2007 15:49:12 UT
Before I upgraded to PHP 5.2 IMP displayed the correct time dand date.
Bye.
Volker