Summary | Make DateTime more tolerant with dates |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 04/08/2011 (5214 days ago) |
Due | |
Updated | 04/08/2011 (5214 days ago) |
Assigned | |
Resolved | 04/08/2011 (5214 days ago) |
Milestone | |
Patch | Yes |
arrive with double timezone ;)
Assigned to Michael Slusarz
State ⇒ Resolved
Modified (combined two preg calls into single preg_replace() call) and
committed.
Request #9847: Try all hacks to make date string parse correctly1 files changed, 13 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/6bf62713747775b7ebcd922cc4358d8691a78b4c
Request #9847: Parse broken date strings that contain timezoneinformation in parantheses
2 files changed, 13 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/8e071aee0396bc048a3639ecb24feb3a4176b272
Priority ⇒ 1. Low
New Attachment: 0002-Be-more-tolerant-with-message-dates.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ Make DateTime more tolerant with dates
Type ⇒ Enhancement
State ⇒ New
Queue ⇒ IMP
Fri, 06 Oct 2006 12:15:13 +0100 (GMT+01:00)
some of them come from Ebay itself.
The attached patch removes the extra "(GMT+01:00)" part, if the first
date_create() call failed, and tries to create the date again.