Message331056
| 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:15 | p-ganssle | set | recipients: + p-ganssle, Delgan, nixphix |
| 2018-12-04 15:43:15 | p-ganssle | set | messageid: <1543938195.8.0.788709270274.issue35364@psf.upfronthosting.co.za> |
| 2018-12-04 15:43:15 | p-ganssle | link | issue35364 messages |
| 2018-12-04 15:43:15 | p-ganssle | create | |