I have an SQLAlchemy database in which I have a field called date_last_used which is of type DateTime.
date_last_used = Column(DateTime)
Howe