I am trying to create a Db connect input for Oracle DB for which the Rising column has TIMESTAMP WITH LOCAL TIMEZONE format.
Sample values from the Rising column field :
2020-10-30 07:32:35.015828 America/New_York
I have used the below format for the Datetime Format for the raising column while creating hthe DB Input, but its throwing an error which says : "'Invalid argument(s) in call'"
yyyy-MM-dd HH:mm:ssZ
What should be the correct Datetime format for this?