AttributeError: module 'datetime' has no attribute 'UTC'
Sentry Issue: WAVEQC-M
AttributeError: module 'datetime' has no attribute 'UTC'
File "waveqc/tasks.py", line 93, in update_inventory
stations = network.populate_stations(self.dbsession, inventory_network.stations)
File "waveqc/models.py", line 124, in populate_stations
values = [
File "waveqc/models.py", line 132, in <listcomp>
if station.end_date.datetime.replace(tzinfo=datetime.UTC)