Date.now() returning a value that is hours old

Hello,

I have a Node.js API deployed on Render.
Date.now() is returning a value that is hours old. Am i the only one with this problem?
I tested it with a simple api endpoint that returns Date.now().
The value returned is not the correct epoch time, but a value many hours in the past.
Date.now() should return epoch time (number of ms since Jan 1 1970 UTC), so timezone differences should not be the problem. But then, what is? Why is Date.now() on Render returning an old value?

Thank you

Nevermind it was a problem on my local machine.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.