UNPKG
rrdtool
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
A simple wrapper around RRDTool
github.com/LinusU/node-rrdtool
LinusU/node-rrdtool
rrdtool
/
lib
/
util.js
4 lines
(3 loc)
•
66 B
JavaScript
View Raw
1
2
3
4
export
function
now
(
) {
return
Math
.
floor
(
Date
.
now
() /
1000
) }