snowflake.snowpark.functions.timestamp_tz_from_parts¶
- snowflake.snowpark.functions.timestamp_tz_from_parts(year: ColumnOrName | int, month: ColumnOrName | int, day: ColumnOrName | int, hour: ColumnOrName | int, minute: ColumnOrName | int, second: ColumnOrName | int, nanoseconds: ColumnOrName | int | None = None, timezone: ColumnOrLiteralStr | None = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L3318-L3355)¶
Creates a timestamp from individual numeric components and a string timezone.
Example: