yfsn666 opened a new issue, #10781: URL: https://github.com/apache/inlong/issues/10781
### Description Enable transform SQL to support the following FlinkSQL temporal functions: - form_unixtime(numeric[, string]): returns a representation of the numeric argument as a value in string format (default is ‘yyyy-MM-dd HH:mm:ss’). numeric is an internal timestamp value representing seconds since ‘1970-01-01 00:00:00’ UTC, such as produced by the UNIX_TIMESTAMP() function. - unix_timestamp(): returns current Unix timestamp in seconds. - unix_timestamp(string1[, string2]): converts date time string string1 in format string2 (by default: yyyy-MM-dd HH:mm:ss if not specified) to Unix timestamp (in seconds). - to_timestamp(string1[, string2]): converts date time string string1 with format string2 (by default: ‘yyyy-MM-dd HH:mm:ss’) under the ‘UTC+0’ time zone to a timestamp. Parent issue: https://github.com/apache/inlong/issues/10022 ### Use case _No response_ ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@inlong.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org