Assuming leadcreateddatetime is required, the following result was found.
// // combine into a sql format yyyy-MM-dd HH:mm:ss v_LeadCreatedDateTime = v_LeadCreatedDate + " " + v_LeadCreatedTime; // // add 10 minutes to it and put in CRM format v_LeadCreatedTime =...