fix: a copy paste gone wrong

This commit is contained in:
sevas 2014-01-14 18:29:18 +01:00
parent 9c6ab62b86
commit d839203b50

View File

@ -89,6 +89,9 @@ namespace Catch {
else
xml.writeAttribute( "time", suiteTime );
time_t rawtime;
struct tm *timeinfo;
#ifdef CATCH_PLATFORM_WINDOWS
// %z does not return the offset from UTC with MSVC's strftime implementation
// Timestamps will look like: "2014-01-14T17:22:09"