diff --git a/README.md b/README.md index c22f8eb..ab58c9e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ | Название | Автор | Дата создания | Дата обновления | | --- | --- | --- | --- | -| adminBarLogo Evolution CMS | Чернышёв Андрей aka ProjectSoft | 2024-01-25 | 2024-12-01 | +| adminBarLogo Evolution CMS | Чернышёв Андрей aka ProjectSoft | 2024-01-25 | 01.12.2024 12:51:20 | # Плагин adminBarLogo для Evolution CMS diff --git a/index.js b/index.js index a13915b..26ce87c 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ const fs = require('fs'), return arr.join('/'); })(), license = pkg.license || "", - today = new Date().toISOString().split('T')[0], + today = new Date().toLocaleString('ru-RU', { timeZone: 'Europe/Samara' }).split(',').join(''), DocBlock = `/** * ${evoname} * diff --git a/install/assets/plugins/adminBarLogo.tpl b/install/assets/plugins/adminBarLogo.tpl index ead7184..7537b76 100644 --- a/install/assets/plugins/adminBarLogo.tpl +++ b/install/assets/plugins/adminBarLogo.tpl @@ -13,10 +13,10 @@ * @internal @installset base * @internal @disabled 0 * @homepage https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo#readme - * @license https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/blob/main/LICENSE MIT License (MIT) + * @license https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/LICENSE MIT License (MIT) * @reportissues https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/issues * @author Чернышёв Андрей aka ProjectSoft - * @lastupdate 2024-12-01 + * @lastupdate 01.12.2024 12:51:20 */ /** @@ -33,9 +33,9 @@ * @internal @installset base * @internal @disabled 0 * @homepage https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo#readme - * @license https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/blob/main/LICENSE MIT License (MIT) + * @license https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/LICENSE MIT License (MIT) * @reportissues https://github.com/ProjectSoft-STUDIONIONS/adminBarLogo/issues * @author Чернышёв Андрей aka ProjectSoft - * @lastupdate 2024-12-01 + * @lastupdate 01.12.2024 12:51:20 */ include MODX_BASE_PATH . 'assets/plugins/adminBarLogo/adminBarLogo.plugin.php'; \ No newline at end of file