You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for pyspark, we map TimestampType to Datetime(time_zone='UTC'). Is this right? In DuckDB, you can get the time zone of the connection. Is there anything similar for PySpark? Should we be using that?