timely icon indicating copy to clipboard operation
timely copied to clipboard

High resolution time

Open Daniel-J-Fisher opened this issue 8 years ago • 2 comments

Would you be okay with switching from Date.now() to Node's process.hrtime() to allow nano second precision?

Daniel-J-Fisher avatar Sep 06 '17 03:09 Daniel-J-Fisher

Sounds like a good idea. We should try to keep backward compatibility but we could add a new hrtime property for this.

arokor avatar Sep 07 '17 09:09 arokor

Excellent, I'll put in a pull request sometime this weekend to get things started.

On Sep 7, 2017 5:58 AM, "Aron Kornhall" [email protected] wrote:

Sounds like a good idea. We should try to keep backward compatibility but we could add a new hrtime property for this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arokor/timely/issues/5#issuecomment-327753576, or mute the thread https://github.com/notifications/unsubscribe-auth/AH4rSd-gbHpqpf5xCpJ-IIcq2Ek246Rpks5sf75agaJpZM4PNzu7 .

Daniel-J-Fisher avatar Sep 07 '17 11:09 Daniel-J-Fisher