On Thu, 14 Apr 2022 at 19:16, MRAB <pyt...@mrabarnett.plus.com> wrote:
>
> When you're working only with dates, timedelta not having a 'days'
> attribute would be annoying, especially when you consider that a day is
> usually 24 hours, but sometimes 23 or 25 hours (DST).

I agree. Furthermore, timedelta is, well, a time delta, not a date
with a timezone. How could a timedelta take into account DST, leap
seconds etc?

About the initial question, I think it's a good question.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to