snowflake.snowpark.functions.timestamp_tz_from_parts¶
- snowflake.snowpark.functions.timestamp_tz_from_parts(year: Column | str | int, month: Column | str | int, day: Column | str | int, hour: Column | str | int, minute: Column | str | int, second: Column | str | int, nanoseconds: Column | str | int | None = None, timezone: Column | str | None = None) Column[source]¶
Creates a timestamp from individual numeric components and a string timezone.
Example: