cancel
Showing results for 
Search instead for 
Did you mean: 
nielsehlers
New Contributor
since ‎03-27-2025
‎04-08-2025

User Stats

  • 2 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Databricks inline visualizations (bar charts / line charts) etc. ignore Timezones and always display the UTC Time on the X-Axis. 
I don't understand why from_utc_time(col("original_time"), "Europe/Berlin") changes the timestamp instead of just setting the timezone. That's a non-intuitive behaviour.   spark.conf.set("spark.sql.session.timeZone", "UTC")from pyspark.sql import Row...
Kudos given to