dttm = timezone.make_naive(dttm, self.timezone) File "/Users/bolke/Documents/dev/airflow/airflow/utils/timezone.py", line 118, in make_naive o = value.astimezone ...
Currently, in CPython, we have two separate objects to handle timestamps and timezones, but there is no single object that combines both concepts into one coherent representation of a "timestamp with ...