How can date.setTimezone('UTC') and tzset('UTC') be used in time-node on windows?
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?
How can
date.setTimezone('UTC')andtzset('UTC')be used intime-nodeon windows?It seems Windows has no
bindings.tzset()at all.What are the ways to set the timezone in Windows and cross-platform?