'use strict';
varSugar = require('sugar-core');
Sugar.Date.defineStaticPolyfill({
'now': function() {
returnnewDate().getTime();
}
});
// This package does not export anything as it is mapping a// polyfill to Date.prototype which cannot be called statically.