At my workplace, we have a fairly large Celery config file where you're expected to subclass from a base class and extend that if there's a new domain. However, the subclass expects the configuration ...
I have created a subclass for XmlDateTime, which explicitly includes zoneinfo, which I obtain from another part of the object hierarchy. I am not able to use offset, because at that point the date is ...