@@ -236,11 +236,11 @@ format: (OFString*)format { self = [super init]; @try { - struct tm tm = {}; + struct tm tm = { 0 }; tm.tm_isdst = -1; if (of_strptime([string UTF8String], [format UTF8String], &tm) == NULL) @@ -281,11 +281,11 @@ format: (OFString*)format { self = [super init]; @try { - struct tm tm = {}; + struct tm tm = { 0 }; tm.tm_isdst = -1; if (of_strptime([string UTF8String], [format UTF8String], &tm) == NULL)