pyspark.sql.functions.current_timestamp

pyspark.sql.functions.current_timestamp() → pyspark.sql.column.Column

Returns the current timestamp at the start of query evaluation as a TimestampType column. All calls of current_timestamp within the same query return the same value.