I am migrating some data from an old system, and an object has an attribute in the date format, but the value of the attr is a uint:
| HW buy date | date | NULL 3983 | 4 | 10019 | NULL | **1639004400**
The new system uses date in a string format. How can I retrieve a date from this value in Python?