Skip to content

Easily convert Microsoft FILETIME value to GMT time.

Notifications You must be signed in to change notification settings

Mikej81/ms-filetime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms-filetime

=============

Easily convert Microsoft FILETIME value to GMT time.

Installation

  npm install ms-filetime --save

Usage

  var MConvert = require('MSFTConvert');

  console.log(MConvert('2985901175'));
Output:  Mon, 01 Jan 1601 04:57:13 GMT

Tests

  npm test

Release History

  • 0.1.0 Initial release

About

Easily convert Microsoft FILETIME value to GMT time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published