summaryrefslogtreecommitdiff
path: root/src/mir_app/src/filerecvdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_app/src/filerecvdlg.cpp')
-rw-r--r--src/mir_app/src/filerecvdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/src/filerecvdlg.cpp b/src/mir_app/src/filerecvdlg.cpp
index 1ed429623c..46dac31cca 100644
--- a/src/mir_app/src/filerecvdlg.cpp
+++ b/src/mir_app/src/filerecvdlg.cpp
@@ -2,7 +2,7 @@
Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-24 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-25 Miranda NG team (https://miranda-ng.org),
Copyright (c) 2000-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -253,7 +253,7 @@ public:
SetDlgItemText(m_hwnd, IDC_MSG, blob.getDescr());
wchar_t datetimestr[64];
- TimeZone_PrintTimeStamp(NULL, dbei.timestamp, L"t d", datetimestr, _countof(datetimestr), 0);
+ TimeZone_PrintTimeStamp(NULL, dbei.getUnixtime(), L"t d", datetimestr, _countof(datetimestr), 0);
SetDlgItemText(m_hwnd, IDC_DATE, datetimestr);
ptrW info(Contact::GetInfo(CNF_UNIQUEID, dat->hContact));