How to translate datetime in uint to python?

29 Views Asked by At

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?

0

There are 0 best solutions below