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
A user defined function can be created to support multiple timezones.