Last active
February 16, 2021 03:18
-
-
Save tamiroze/bc12a5b3c6616e86007c0f1aaab2d297 to your computer and use it in GitHub Desktop.
show Snowflake account timezone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
show parameters like '%TIMEZONE%' in account; | |
#change your account setup in case you want a different timezone | |
alter account SET TIMEZONE = 'UTC'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment