time.Date toString get GMT-NaNNaN (SE Asia Standard Time)
Closed this issue · 3 comments
nvcken commented
time.Date toString get GMT-NaNNaN (SE Asia Standard Time)
TooTallNate commented
code?
nvcken commented
@TooTallNate
My code here
var time = require('time');
var now = new time.Date();
console.log(now.toString());
[Error: %1 is not a valid Win32 application.
d:\Z_MyWorks\Sample\pota_ins\node_modules\time\build\Release\time.node]
TooTallNate commented
This module doesn't yet work on Windows. See #13.