Dealing with timezones in Python can be a tricky aspect of data engineering. When you're handling data from different parts of the world, it's crucial to accurately convert times to ensure that your ...
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 ...
It looks like fromtimestamp expects an instance of timezone, but timezone.utc is stubbed as a tzinfo class, which looks like a parent of timezone? Relevant sections in /stdlib/3/datetime.pyi are lines ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results