filerjs / filer

Node-like file system for browsers
BSD 2-Clause "Simplified" License
617 stars 154 forks source link

Bug in atime, ctime, mtime values #736

Closed humphd closed 5 years ago

humphd commented 5 years ago
atime: Tue Nov 18 51073 14:00:03 GMT-0500 (Eastern Standard Time)
atimeMs: 1549568862003

I broke this adding support for *Ms versions of times similar to node. I'm multiplying values already in ms by 1000 when I shouldn't be.