While storing the timestamps, the Snowflake saves time zone data by inserting an offset at the end of the timestamp. The offset code enables the time zone of the timestamps. Snowflake utilises host server as the base for creating output of the “current_timestamp().”
For converting the PDT timestamp to the local time zone or UTC, we can utilise the below code:
select
current_timestamp() as pdt_time_zone,
convert_timezone(‘UTC’ , current_timestamp()) as utc_time_zone,
convert_timezone (‘New York/London’, current_timestamp()) as New York_London_time_zone
This blog helps you learn to convert the PDT timestamp to the local time zone or UTC. It includes the code required for the conversion.
Snowflake Related Articles
If you have any queries, let us know by commenting below.
Our work-support plans provide precise options as per your project tasks. Whether you are a newbie or an experienced professional seeking assistance in completing project tasks, we are here with the following plans to meet your custom needs:
Name | Dates | |
---|---|---|
Snowflake Training | May 13 to May 28 | View Details |
Snowflake Training | May 17 to Jun 01 | View Details |
Snowflake Training | May 20 to Jun 04 | View Details |
Snowflake Training | May 24 to Jun 08 | View Details |
Keerthi Sai is a Senior Writer at Mindmajix with tons of content creation experience in the areas of cloud computing, BI, Perl Scripting. She also creates content on Salesforce, Microstrategy, and Cobit.