From a7c1f92b7614dea531733e18f068886db1f6d027 Mon Sep 17 00:00:00 2001 From: "f.maier" <f.maier@adito.de> Date: Thu, 21 Oct 2021 12:32:23 +0200 Subject: [PATCH] [Projekt: xRM-ContactManagement][TicketNr.: 2001506][[Synchronisationsdashboard] Zeit Anzeige der Prozesse immer 2 h hinterher] --- .../entityfields/lastrunoutlook/valueProcess.js | 2 +- .../entityfields/lastrunsynctable/valueProcess.js | 2 +- language/_____LANGUAGE_de/_____LANGUAGE_de.aod | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/entity/Synccontact_entity/entityfields/lastrunoutlook/valueProcess.js b/entity/Synccontact_entity/entityfields/lastrunoutlook/valueProcess.js index 42d788931e..faed63099e 100644 --- a/entity/Synccontact_entity/entityfields/lastrunoutlook/valueProcess.js +++ b/entity/Synccontact_entity/entityfields/lastrunoutlook/valueProcess.js @@ -7,4 +7,4 @@ import("system.db"); var lastRun = newSelect("ASYS_TIMERS_SERVERRUNS.LASTRUN", SqlUtils.getSystemAlias()).from("ASYS_TIMERS_SERVERRUNS") .where("ASYS_TIMERS_SERVERRUNS.TIMERID", "EwsSyncToExchange_serverProcess.process").cell(); -result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm"), "UTC")); \ No newline at end of file +result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm"))); \ No newline at end of file diff --git a/entity/Synccontact_entity/entityfields/lastrunsynctable/valueProcess.js b/entity/Synccontact_entity/entityfields/lastrunsynctable/valueProcess.js index 0400aa23d5..c7f42ba9dc 100644 --- a/entity/Synccontact_entity/entityfields/lastrunsynctable/valueProcess.js +++ b/entity/Synccontact_entity/entityfields/lastrunsynctable/valueProcess.js @@ -8,4 +8,4 @@ var lastRun = newSelect("ASYS_TIMERS_SERVERRUNS.LASTRUN", SqlUtils.getSystemAlia .from("ASYS_TIMERS_SERVERRUNS") .where("ASYS_TIMERS_SERVERRUNS.TIMERID", "EwsSyncContact_serverProcess.process").cell(); -result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm"), "UTC")); \ No newline at end of file +result.string(datetime.toDate(lastRun, translate.text("dd/MM/yyyy HH:mm"))); \ No newline at end of file diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod index b5310d9229..b794447646 100644 --- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod +++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod @@ -57,6 +57,10 @@ <key>Fields of Dependency</key> <value>Abhängigkeitsfelder</value> </entry> + <entry> + <key>dd/MM/yyyy HH:mm</key> + <value>dd.MM.yyyy HH:mm</value> + </entry> <entry> <key>Do you really want to delete \"%0\"? If tickets still use this inbox, this might cause problems.</key> <value>Postkorb \"%0\" wirklich löschen? Wenn noch Tickets mit diesem Postkorb existieren, kann das zu Problemen führen.</value> -- GitLab