Summary | Start and End datetime format bug in Invitation mail. |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | asa (at) isac (dot) gov (dot) in |
Created | 11/08/2006 (6821 days ago) |
Due | |
Updated | 11/08/2006 (6821 days ago) |
Assigned | |
Resolved | 11/08/2006 (6821 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Version ⇒ HEAD
Queue ⇒ IMP
State ⇒ Resolved
CVS, will be in IMP 4.1.4.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Start and End datetime format bug in Invitation mail.
Queue ⇒ Kronolith
have the following setting in horde/prefs.php and locked.
$_prefs['date_format'] = array(
'value' => '%d/%m/%Y',
In this scenario, the recipient gets the following message in his mail:
-----------------------------------
Start: 18/11/2006 12:00:00 PM
End: 11/18/2006 01:00:00 PM
Summary: Test Event
Location:test location
------------------------------
Here, the Start Date is in dd/mm/yyyy format while End is in
mm/dd/yyyy format (which also should have been dd/mm/yyyy format)