Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Convert datetime string in ISO 8601 format to JDBC timestamp string format.Syntax
ISODatetimeToTimestampFormat(datetime_string)
Examples
ISODatetimeToTimestampFormat('2013-10-17T23:59:54.432Z') returns 2013-10-17 23:59:54.432