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