MSCEWI4063

Time zone not supported in Snowflake.

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