From 83685df7c8aaeddfd9d609cc055bcd923f45ac43 Mon Sep 17 00:00:00 2001 From: Artem3213212 Date: Sat, 21 Jul 2018 22:33:39 +0300 Subject: [PATCH] Data Fix --- AG.Logs.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AG.Logs.pas b/AG.Logs.pas index fdb8855..d5c823b 100644 --- a/AG.Logs.pas +++ b/AG.Logs.pas @@ -151,7 +151,7 @@ class function TAGLog.GenerateLogString(const s:string;o:TObject=nil):string; var D:TDateTime; begin -D:=Time; +D:=Now; if o<>nil then {$IFDEF FPC} Result:=o.ClassName+'['+IntToStr(o.GetHashCode)+']:'