I'm trying to materialize hive table based on file that are stored as parquet in GCS, with path like gs://abc/dt=02-02-2019/hr=02(physical partition based on UTC)
Now I want to create two hive table where the logical partition is based on timezone, say one for UTC and other for CET, how can I partition such that date and hour based partition picks the dt and hr value based on timezone. Also it would be great if it can also accommodate for day-light saving etc.
I am using airflow to create external hive table.