SSC-FDM-TD0005
Non-standard time zone offsets are not supported in Snowflake, rounded to nearest valid time zone
Description
While Teradata provides the flexibility to define any time zone offset between -12:59
and +14:00
using the SET TIME ZONE
query, Snowflake exclusively supports time zones listed in the IANA Time Zone Database.
If the specified offset in the SET TIME ZONE query does not align with an IANA standard time zone, Snowflake will automatically round it to the nearest standard time zone with the closest offset. In such a case, a warning message will be generated.
Example Code
Input Code:
IN -> Teradata_01.sql
Output Code:
OUT -> Teradata_01.sql
Recommendations
No additional user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated