You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The values used in atime, ctime and mtime (automatically created when using the timestamps() method) are documented as being Unix time, but are actually milliseconds:
The values used in
atime
,ctime
andmtime
(automatically created when using thetimestamps()
method) are documented as being Unix time, but are actually milliseconds:resourceful/lib/resourceful/resource.js
Line 862 in 2f1525c
Do we want to change the documentation so that it's no longer Unix time, or do we want to modify the code to match the documentation?
The text was updated successfully, but these errors were encountered: