MSCEWI4063

Time zone not supported in Snowflake.

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Critical

Description

This EWI is added when there are Time zones that are not supported in Snowflake

Code Example

Input Code:

SELECT current_timestamp at time zone 'Turks And Caicos Standard Time';

Output Code:

SELECT
-- ** MSC-ERROR - MSCEWI4063 - TIME ZONE NOT SUPPORTED IN SNOWFLAKE **
--current_timestamp at time zone 'Turks And Caicos Standard Time'
                                                                       ;

Recommendations

Last updated