Question
2
Replies
39
Views
Capgemini
Posted: October 7, 2020
Last activity: October 18, 2020
Solved
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.
***Edited by Moderator: Pallavi to change content type from Discussion to Question***
***Edited by Moderator Marissa to update Platform Capability tags****
***Edited by Moderator Marissa to update Platform Capability tags****
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