aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/date/#/copy.js
blob: 9638a6539dc63de778293752bbc69a62bac7c320 (plain)
1
2
3
4
5
6
7
"use strict";

var getTime = Date.prototype.getTime;

module.exports = function () {
 return new Date(getTime.call(this));
};