There was an error while loading. Please reload this page.
When system timezone has changed during nodejs running new Date() is not updated with proper timezone and still works in old one. This is caused by V8 caching current date. Any suggestions how to solve this issue?
When system timezone has changed during nodejs running new Date() is not updated with proper timezone and still works in old one. This is caused by V8 caching current date. Any suggestions how to solve this issue?