Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 416 Bytes

DOS clock

deal with DOS dates and times in Node.js

DOS dates and times are used in the zip file format (and possibly other places). They're pretty compact.

This library just converts from a number (unsigned integer) to a usable data structure, or from a JS date to the same. This way you can turn a DOS date number into a JS date, or vice versa.

usage

see test.js

authors

@alunny

license

bsd