mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add timezone offset to system time in crash log (#2142)
This commit is contained in:
parent
6d0c9d4f4a
commit
e999a8f678
1 changed files with 1 additions and 1 deletions
|
|
@ -941,7 +941,7 @@ int main() {
|
|||
log << std::format(L"Dump at: {}", dumpPath.wstring()) << std::endl;
|
||||
else
|
||||
log << std::format(L"Dump error: {}", dumpError) << std::endl;
|
||||
log << L"System Time: " << std::chrono::system_clock::now() << std::endl;
|
||||
log << std::format(L"System Time: {0:%F} {0:%T} {0:%Ez}", std::chrono::system_clock::now()) << std::endl;
|
||||
log << L"\n" << stackTrace << std::endl;
|
||||
|
||||
if (pProgressDialog)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue