We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can date.setTimezone('UTC') and tzset('UTC') be used in time-node on windows?
date.setTimezone('UTC')
tzset('UTC')
time-node
Error: Unknown Timezone: 'UTC' at Function.tzset (D:\wamp\www\qbixMy\platform\node_modules\time\index.js:149:15) at Date.setTimezone
It seems Windows has no bindings.tzset() at all. What are the ways to set the timezone in Windows and cross-platform?
bindings.tzset()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can
date.setTimezone('UTC')
andtzset('UTC')
be used intime-node
on windows?It seems Windows has no
bindings.tzset()
at all.What are the ways to set the timezone in Windows and cross-platform?
The text was updated successfully, but these errors were encountered: