=============
Easily convert Microsoft FILETIME value to GMT time.
npm install ms-filetime --save
var MConvert = require('MSFTConvert');
console.log(MConvert('2985901175'));
Output: Mon, 01 Jan 1601 04:57:13 GMT
npm test
- 0.1.0 Initial release