mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [2798237] поиск-файлы на панель - другой формат даты
This commit is contained in:
parent
c07e946809
commit
d8d83bdfd8
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ begin
|
|||
FindFirstEx(sNameNoExt, faAnyFile, sr);
|
||||
sExt := ExtractFileExt(sNameNoExt);
|
||||
iSize := sr.Size;
|
||||
sTime := DateTimeToStr(Trunc(FileDateToDateTime(sr.Time)));
|
||||
sTime := FormatDateTime(gDateTimeFormat, FileDateToDateTime(sr.Time));
|
||||
iMode := sr.Attr;
|
||||
sModeStr := AttrToStr(sr.Attr);
|
||||
bLinkIsDir:=False;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue