How to get milliseconds converted into date time format with deciaml value
I have a table as
create table my_table(created timestamp);
The value which I want to insert is – 1706812200000
But it is in milliseconds. I want to convert it into 2024-04-30 16:48:02.079519 format.