mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-04 19:13:29 +01:00
fix: a copy paste gone wrong
This commit is contained in:
parent
9c6ab62b86
commit
d839203b50
@ -89,6 +89,9 @@ namespace Catch {
|
|||||||
else
|
else
|
||||||
xml.writeAttribute( "time", suiteTime );
|
xml.writeAttribute( "time", suiteTime );
|
||||||
|
|
||||||
|
time_t rawtime;
|
||||||
|
struct tm *timeinfo;
|
||||||
|
|
||||||
#ifdef CATCH_PLATFORM_WINDOWS
|
#ifdef CATCH_PLATFORM_WINDOWS
|
||||||
// %z does not return the offset from UTC with MSVC's strftime implementation
|
// %z does not return the offset from UTC with MSVC's strftime implementation
|
||||||
// Timestamps will look like: "2014-01-14T17:22:09"
|
// Timestamps will look like: "2014-01-14T17:22:09"
|
||||||
|
Loading…
Reference in New Issue
Block a user