Hi,
I'm using a JSON reader to grab data from an API. It's reading the attributes, but the datetime is formatted like so:
1587896100000
Firstly, what is the format of this? Is it JSON specific? And how can I convert to this to a SQL datetime,. which is where the output is going to be stored?
Thanks
N