snowflake.snowpark.types.Timestamp

class snowflake.snowpark.types.Timestamp[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.8.0/src/snowflake/snowpark/types.py#L471-L474)

Bases: datetime, Generic[_T]

The type hint for annotating TIMESTAMP_* data when registering UDFs.

Methods

Attributes