mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Fix QDateTime format string - yyyy not YYYY
This commit is contained in:
@@ -519,7 +519,7 @@ QString LiveCapture::MakeText(CaptureLog *log)
|
||||
text += " (Remote)";
|
||||
|
||||
text += "\n" + log->api;
|
||||
text += "\n" + log->timestamp.toString("YYYY-MM-dd HH:mm:ss");
|
||||
text += "\n" + log->timestamp.toString("yyyy-MM-dd HH:mm:ss");
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user