Thanks @Malarrajan_Sundarraj !We are able to schedule. Along with
contactDate we are also trying to trigger based on TimeZone.For Ex: If
we have contactDate Value as 7th Sept 2021, 6PM it should deliver based
on the set Timezone(If it is IST - it should trigger at 7th Sept 2021,
6PM IST)But currently it is delivering at GMT 7th Sept 2021, 6PM. Below
is the snippet. Any idea how we can achieve this
?deliv.scheduling.contactDate = formatDate(getOption('ExecutionTime'),
"%4Y-%2M-%2D
%2H:%2N:%2S");d...