Closed genzgd closed 1 year ago
Hi @genzgd
The problem is that Date.now() returns a number, not a Date object. Therefore, there is no problem in the library, just in the example you need to use new Date() instead of Date.now()
Ah, my lack of Javascript skills is showing. Thanks!
Converting a Javascript date object to a date parameter does not seem to work correctly:
The Date.now() ends up in 2051: