blob: 69e2eb09fcbcf1b02e59002b4e362fb4cf9a1809 [file] [log] [blame]
'use strict';
var getTime = Date.prototype.getTime;
module.exports = function () { return new Date(getTime.call(this)); };