Answer the question
In order to leave comments, you need to log in
How to write time in mysql from nodejs?
Nodejs has a variable in the form of number of milliseconds (since 70...). How to convert this time for writing in a timestamp field in mysql?
Answer the question
In order to leave comments, you need to log in
new Date(timestamp).toISOString()
will return a string in the unified international ISO format
such a string can be inserted into any MySQL fields whose data type is time
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question