This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author p-ganssle
Recipients Delgan, nixphix, p-ganssle
Date 2018-12-04.15:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543938195.8.0.788709270274.issue35364@psf.upfronthosting.co.za>
In-reply-to
Content
This is another manifestation of issue 32417.

The biggest complication, to me, is that adding a `timedelta` to a datetime always returns a `datetime.datetime` rather than the subclass that it was added to.

I *think* most if not all people would consider this a bug, and we can probably fix it. That should cascade down to `fromutc` and then to `astimezone`.
History
Date User Action Args
2018-12-04 15:43:15p-gansslesetrecipients: + p-ganssle, Delgan, nixphix
2018-12-04 15:43:15p-gansslesetmessageid: <1543938195.8.0.788709270274.issue35364@psf.upfronthosting.co.za>
2018-12-04 15:43:15p-gansslelinkissue35364 messages
2018-12-04 15:43:15p-gansslecreate