Skip to content

v8: add date/time change notification

This is an attempt at providing a workable solution for #4230 (closed) ....

V8 caches the timezone details. On windows, when process.env.TZ is changed, V8 is not picking up the changes. This PR introduces an API that can be used to tell V8 to clear it's cached timezone parameters. Whether this is going to work or not, I'm not yet sure as I'm having difficulty building on windows locally at the moment. We'll see what the CI has to say

Fixes: https://github.com/nodejs/node/issues/4230 Signed-off-by: James M Snell jasnell@gmail.com

Merge request reports

Loading