Minetrack/lib/util.js

3 lines
75 B
JavaScript
Raw Normal View History

2015-11-09 00:34:17 +00:00
exports.getCurrentTimeMs = function() {
return new Date().getTime();
};