00001 var root = require('./_root'); 00002 00019 var now = function() { 00020 return root.Date.now(); 00021 }; 00022 00023 module.exports = now;