From f898aabe7d4083efa5461cf522e2995a0cfc67c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 22 Jun 2026 23:39:19 +0400 Subject: [PATCH] =?UTF-8?q?v0.1.7:=20=D0=B0=D1=83=D0=B4=D0=B8=D1=82=20?= =?UTF-8?q?=E2=80=94=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F=20=D0=9C=D0=BE=D1=81?= =?UTF-8?q?=D0=BA=D0=B2=D1=8B=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20UTC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- v2/src/config/index.js | 2 +- views/v2/admin-audit.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f522ad9..9099a79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipwhitelist", - "version": "0.1.6", + "version": "0.1.7", "description": "IP WhiteList microservice for cloud provider", "main": "server.js", "scripts": { diff --git a/v2/src/config/index.js b/v2/src/config/index.js index 5707233..b02a1d0 100644 --- a/v2/src/config/index.js +++ b/v2/src/config/index.js @@ -8,7 +8,7 @@ // ═══════════════════════════════════════════════════════════════════════════════ module.exports = { - version: '0.1.6', + version: '0.1.7', // ── IAM ────────────────────────────────────────────────────────────────── iamUrl: process.env.V2_IAM_URL || 'https://auth-api.ngcloud.ru/api/v1/auth/user', diff --git a/views/v2/admin-audit.ejs b/views/v2/admin-audit.ejs index 8f336a2..798dbb4 100644 --- a/views/v2/admin-audit.ejs +++ b/views/v2/admin-audit.ejs @@ -92,7 +92,7 @@ <% audit.forEach(function(a) { %> - <%= new Date(a.created_at).toLocaleString('ru') %> + <%= new Date(a.created_at).toLocaleString('ru-RU', { timeZone: 'Europe/Moscow' }) %> <%= a.action %> <%= a.user_email %> <%= a.impersonated_by || '—' %>