Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.4.0
-
Fix Version/s: 4.4.0
-
Component/s: CiviContribute
-
Labels:None
Description
While importing contributions from csv-files, the time information of receive/cancel/receipt/thankyou-dates is dropped and only the date is imported. Since all used functions and the DB seem to support the full datetime the patch only changes the ckecking in CRM_Contribute_Import_Parser_Contribution, als well as the formatting for 24h times in CRM_Utils_Date::convertToDefaultDate. 12h times will continue to cause a format error.
The patch needs http://issues.civicrm.org/jira/browse/CRM-7963 applied on api/v2/utils.v2.php.
This behavior may be documented in CRM_Core_Form_Date::buildAllowedDateFormats.