Skip to content

Instantly share code, notes, and snippets.

@tamiroze
Last active February 16, 2021 03:18
Show Gist options
  • Save tamiroze/bc12a5b3c6616e86007c0f1aaab2d297 to your computer and use it in GitHub Desktop.
Save tamiroze/bc12a5b3c6616e86007c0f1aaab2d297 to your computer and use it in GitHub Desktop.
show Snowflake account timezone
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