Summary | Universal Time not displayed correctly |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | horde32 (at) volkerthen (dot) com |
Created | 09/12/2007 (6503 days ago) |
Due | |
Updated | 01/12/2010 (5650 days ago) |
Assigned | 06/11/2008 (6230 days ago) |
Resolved | 12/17/2008 (6041 days ago) |
Milestone | |
Patch | No |
Request #5717- Workaround obsolete UT dates.http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=b4cc0cff3495af6da6d84d3c12a38cba48b5aae9&r2=326eeeed8a9476e9839741c94c31a2c0b1711e72
http://git.horde.org/diff.php/imp/lib/UI/Mailbox.php?rt=horde-git&r1=b8410190a38273de2a733303c748d50e5290675e&r2=326eeeed8a9476e9839741c94c31a2c0b1711e72
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
State ⇒ Accepted
Type ⇒ Enhancement
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.
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Universal Time not displayed correctly
Queue ⇒ IMP
State ⇒ Unconfirmed
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