I have thee following datetime value saved within a json file:
"date": 1607230711000,
This represents:
27.12.2020
It does not seem to be a unix timestamp. What kind of format is this?
Would like to convert it in python to be able to save to MySQL DATETIME field.