From e2d93196c51aa1e8ba2049b937a01fac32e8f568 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 18 Aug 2018 11:15:56 +0300 Subject: ISO time format to use UTC time, according to ISO8601 --- plugins/Msg_Export/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Msg_Export/src') diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 081ad6e86a..01b9639e10 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -812,7 +812,7 @@ static bool ExportDBEventInfo(MCONTACT hContact, HANDLE hFile, wstring sFilePath JSONNode pRoot; pRoot.push_back(JSONNode("type", dbei.eventType)); - TimeZone_PrintTimeStamp(0, dbei.timestamp, L"I", szTemp, _countof(szTemp), 0); + TimeZone_PrintTimeStamp(UTC_TIME_HANDLE, dbei.timestamp, L"I", szTemp, _countof(szTemp), 0); pRoot.push_back(JSONNode("isotime", T2Utf(szTemp).get())); std::string flags; -- cgit v1.2.3