c3ee5fd7f042d8d438fd2d585cd87bc1d1e55574
[yaffs-website] / es6.date.now.js
1 // 20.3.3.1 / 15.9.4.4 Date.now()
2 var $export = require('./_export');
3
4 $export($export.S, 'Date', {now: function(){ return new Date().getTime(); }});