{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.formatDate = formatDate;\n /** @internal */\n function zeroPad(value) {\n return value.toString().padStart(2, '0');\n }\n /**\n * @name formatDate\n * @description Formats a date in CCYY-MM-DD HH:MM:SS format\n */\n function formatDate(date) {\n const year = date.getFullYear().toString();\n const month = zeroPad(date.getMonth() + 1);\n const day = zeroPad(date.getDate());\n const hour = zeroPad(date.getHours());\n const minute = zeroPad(date.getMinutes());\n const second = zeroPad(date.getSeconds());\n return `${year}-${month}-${day} ${hour}:${minute}:${second}`;\n }\n});","lineCount":25,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"formatDate"],[7,20,3,18],[7,23,3,21,"formatDate"],[7,33,3,31],[8,2,4,0],[9,2,5,0],[9,11,5,9,"zeroPad"],[9,18,5,16,"zeroPad"],[9,19,5,17,"value"],[9,24,5,22],[9,26,5,24],[10,4,6,4],[10,11,6,11,"value"],[10,16,6,16],[10,17,6,17,"toString"],[10,25,6,25],[10,26,6,26],[10,27,6,27],[10,28,6,28,"padStart"],[10,36,6,36],[10,37,6,37],[10,38,6,38],[10,40,6,40],[10,43,6,43],[10,44,6,44],[11,2,7,0],[12,2,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,2,12,0],[16,11,12,9,"formatDate"],[16,21,12,19,"formatDate"],[16,22,12,20,"date"],[16,26,12,24],[16,28,12,26],[17,4,13,4],[17,10,13,10,"year"],[17,14,13,14],[17,17,13,17,"date"],[17,21,13,21],[17,22,13,22,"getFullYear"],[17,33,13,33],[17,34,13,34],[17,35,13,35],[17,36,13,36,"toString"],[17,44,13,44],[17,45,13,45],[17,46,13,46],[18,4,14,4],[18,10,14,10,"month"],[18,15,14,15],[18,18,14,18,"zeroPad"],[18,25,14,25],[18,26,14,27,"date"],[18,30,14,31],[18,31,14,32,"getMonth"],[18,39,14,40],[18,40,14,41],[18,41,14,42],[18,44,14,45],[18,45,14,47],[18,46,14,48],[19,4,15,4],[19,10,15,10,"day"],[19,13,15,13],[19,16,15,16,"zeroPad"],[19,23,15,23],[19,24,15,24,"date"],[19,28,15,28],[19,29,15,29,"getDate"],[19,36,15,36],[19,37,15,37],[19,38,15,38],[19,39,15,39],[20,4,16,4],[20,10,16,10,"hour"],[20,14,16,14],[20,17,16,17,"zeroPad"],[20,24,16,24],[20,25,16,25,"date"],[20,29,16,29],[20,30,16,30,"getHours"],[20,38,16,38],[20,39,16,39],[20,40,16,40],[20,41,16,41],[21,4,17,4],[21,10,17,10,"minute"],[21,16,17,16],[21,19,17,19,"zeroPad"],[21,26,17,26],[21,27,17,27,"date"],[21,31,17,31],[21,32,17,32,"getMinutes"],[21,42,17,42],[21,43,17,43],[21,44,17,44],[21,45,17,45],[22,4,18,4],[22,10,18,10,"second"],[22,16,18,16],[22,19,18,19,"zeroPad"],[22,26,18,26],[22,27,18,27,"date"],[22,31,18,31],[22,32,18,32,"getSeconds"],[22,42,18,42],[22,43,18,43],[22,44,18,44],[22,45,18,45],[23,4,19,4],[23,11,19,11],[23,14,19,14,"year"],[23,18,19,18],[23,22,19,22,"month"],[23,27,19,27],[23,31,19,31,"day"],[23,34,19,34],[23,38,19,38,"hour"],[23,42,19,42],[23,46,19,46,"minute"],[23,52,19,52],[23,56,19,56,"second"],[23,62,19,62],[23,64,19,64],[24,2,20,0],[25,0,20,1],[25,3]],"functionMap":{"names":["","zeroPad","formatDate"],"mappings":"AAA;ACI;CDE;AEK;CFQ"},"hasCjsExports":true},"type":"js/module"}]}