pyflink.table.expressions.current_timestamp# current_timestamp() → pyflink.table.expression.Expression[source]# Returns the current SQL timestamp in local time zone, the return type of this expression is TIMESTAMP_LTZ. New in version 1.12.0.