When connecting to Snowflake, Tableau returns a different timestamp than what is displayed in Snowflake. This issue can arise when working with TIMESTAMP_TZ and TIMESTAMP_LTZ field types, or when returning current_timestamp from the database, while the end-user's machine is set to a different time zone than that specified by the TIMEZONE parameter for their account/session or where the Snowflake database is located in a different time zone.
Because Tableau will query the database using timestamps in the local machine timezone, if the timezone in Snowflake is different, the data returned may be incorrect, or no data is returned at all.
It should also be noted that, when connecting to Snowflake located in a different time zone, current_timestamp and now() return different values. Namely, now() returns the date in the data source time zone while current_timestamp returns the date in the local machine time zone.
This behavior is currently expected. When using the Snowflake ODBC driver, the Snowflake TIMEZONE setting is not respected by the clients. Fields with a specified timezone in Snowflake will always return time in the local machine time zone.
For more information on this behavior, please see the below Snowflake Community post: ODBC/JDBC TIMESTAMP_LTZ and 3rd party clients
ALTER SESSION SET TIMEZONE = 'UTC';
As documented in Tableau Cloud Help, "NOW() returns the data source server time." Since current_time is not natively invoked by Tableau Desktop, the value is returned directly from the driver in the local machine time zone.
001471936

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.