Assuming thistimezone is required, the following 2 results were found.
to use m_Blank = Map(); // // set timezone of this user (this CRM is set to GMT-07:00 with daylight savings in effect) v_ThisTimeZone = "Europe/London"; // // get details from lead record r_LeadDetails = zoho.crm.getRecordById("Leads",p_LeadID); // //...
= v_LeadCreatedDateTime.toTime().addMinutes(10).toString("yyyy-MM-dd'T'HH:mm:ss"); // // get the timezone in use v_ThisTimeZone = r_LeadDetails.get("Created_Time").getSuffix("+"); // // append the timezone v_LeadTimeDelay = v_LeadCreatedTime + "+" +...