There was an error while loading. Please reload this page.
1 parent 39a32e1 commit 66c7357Copy full SHA for 66c7357
1 file changed
lib/env-js/envjs/node.js
@@ -1,3 +1,5 @@
1
+process.env.TZ = 'America/Los_Angeles';
2
+
3
require('./platform/node');
4
Envjs.eventLoop = function() {}; // disabled for clean shutdown
5
0 commit comments