There's always something new to learn about managing time in software. I've been working a lot with timestamps recently, and wrote up some surprising-to-me things from that work.
@ehmatthes It would be nice if this ends up implemented in ruff, since the majority of the time accessing one component of a timedelta is not something you want to do anyway: https://github.com/astral-sh/ruff/issues/13598
@pganssle That was an interesting read! It's nice to know how not alone I was in misusing `.seconds`!