โ03-27-2025 02:17 AM
Databricks inline visualizations (bar charts / line charts) etc. ignore Timezones and always display the UTC Time on the X-Axis. ๐
โ04-02-2025 10:05 AM
Hello @nielsehlers!
As a workaround, you can use the from_utc_timestamp() function to convert UTC timestamps to your desired time zone before visualising:SELECT from_utc_timestamp(column_name, 'Asia/Kolkataโ) AS alias_name FROM table_name;
never-displayed
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!