From 0e0020209423b6a350777da50486643de410211a Mon Sep 17 00:00:00 2001 From: Matt <73446602+xMattC@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:38:55 +0200 Subject: [PATCH] Update DealingWithTime.mqh --- MyLibs/Utils/DealingWithTime.mqh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MyLibs/Utils/DealingWithTime.mqh b/MyLibs/Utils/DealingWithTime.mqh index 2726865..e2d7e11 100644 --- a/MyLibs/Utils/DealingWithTime.mqh +++ b/MyLibs/Utils/DealingWithTime.mqh @@ -1,9 +1,8 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------ // This code was written by another developer (Calli). -// Basic testing confirms functionality, but I (xMattC) have not -// fully reviewed or verified its correctness or quality. -// Use at your own risk. -// --------------------------------------------------------------------- +// Basic testing confirms functionality, but I (xMattC) have not fully +// reviewed or verified its correctness or quality. +// ------------------------------------------------------------------ //+------------------------------------------------------------------+ //| DealingWithTime.mqh |