cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

spark 3.4 and databricks 13 introduce two new types of timestamps for handling time zone information:- TIMESTAMP WITH LOCAL TIME ZONE: This type assum...

Hubert-Dudek
Esteemed Contributor III

spark 3.4 and databricks 13 introduce two new types of timestamps for handling time zone information:

- TIMESTAMP WITH LOCAL TIME ZONE: This type assumes that the input data is in the session's local time zone and converts it to UTC before processing. This allows for consistent results across different time zones and daylight saving changes.

- TIMESTAMP WITHOUT TIME ZONE: This type treats the input data as time zone insensitive and performs no conversion. This is useful for data that does not depend on the time zones context, such as event logs or sensor readings.

timezone 

1 REPLY 1

Anonymous
Not applicable

This is helpful! Timestamps are always the reason to mess up the business logic as we know.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.