A version of this question has been asked and answered a couple of years ago: Timestamp to epoch conversion in teradata.
However, there is a comment in one of the answers that leads me to believe that there is possibly a new way to solve this problem. Since my "reputation" is not high enough, I cannot ask a question of the person making the comment which is why I'm asking the question again.
I'm trying to convert CURRENT_TIMESTAMP to Epoch time in Teradata. I would like to stay away from a UDF. The comment in the previous question mentioned a Teradata function for converting Epoch time to TIMESTAMP. So, my real question is "Is the a new'ish Teradata function for easily converting TIMESTAMP to Epoch?"
I'm working on TD 15.10.
Please note that large integers literals might be interpreted by default as decimals with 0 precision, therefore require casting in order to be accepted by the function.