Minetrack/lib/util.js
2015-11-08 18:34:17 -06:00

3 lines
75 B
JavaScript

exports.getCurrentTimeMs = function() {
return new Date().getTime();
};