IST Date Format setting issue through DT

I have set the Locale as en_IN and timezone as Asia/Calcutta.

Now I created a property ProcessingTime as DataTime. I set processingtime through DataTransform.

While running DT, it says that not a valid date/time value.

PFA.

Thanks for your help.

IST DATETIME setting issue through DT.docx (249 KB)

Hi Pradeep,

To set the DataTime string value to the property of type DateTime, the string should be in the format “MM dd yyyy hh:mm:ss a GMT” (Ex: 20201008T072727.218 GMT).

Try changing the format mentioned in the FormatDateTime function to the above.

Let me know if you have any more questions

Good Luck

Thanks Sankar