Timezone for a Spark session in CC needs to be set to UTC
Description
Spark loads the timestamp in parquet files wrt to the system time zone. This results in incorrect behaviour. This bug is fixed by adding .config("spark.sql.session.timeZone", "UTC") configuration while creating the spark session.