snowflake.snowpark.functions.is_timestamp_ltz¶
- snowflake.snowpark.functions.is_timestamp_ltz(col: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/functions.py#L6313-L6331)¶
Returns true if the specified VARIANT column contains a TIMESTAMP_LTZ value to be interpreted using the local time zone.
Example: