I have a timestamp format which is just like below which is an int
.
1631514003973
I am passing this value to an API which is built with Node.JS. How can I convert this into Mysql DateTime
format?
I checked this answer but it is about getting the current date and not converting a timestamp. I am coming from a Java background so this is bit confusing for me.