SSC-EWI-TS0063

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:

IN -> SqlServer_01.sql
SELECT current_timestamp at time zone 'Turks And Caicos Standard Time';

Output Code:

OUT -> SqlServer_01.sql
SELECT
!!!RESOLVE EWI!!! /*** SSC-EWI-TS0063 - TIME ZONE NOT SUPPORTED IN SNOWFLAKE ***/!!!
CURRENT_TIMESTAMP() at time zone 'Turks And Caicos Standard Time'
                                                                 ;

Recommendations

Last updated