On , I learned ...

Pydantic models for datetime can provide details

I’m super into pydantic models. They’ve helped me catch a lot of errors before I commit code. For datetime objects, pydantic can be specific. The one that is most useful to me is transaction_datetime_utc: AwareDatetime which makes sure that the object has a specified timezone.