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]¶
Creates a timestamp from individual numeric components and a string timezone.
Example: