@@ -31,12 +31,12 @@ TEST(@"+[dateWithTimeIntervalSince1970:microseconds:", (d2 = [OFDate dateWithTimeIntervalSince1970: 3600 * 25 + 5 microseconds: 1])) TEST(@"-[description]", - [[d1 description] isEqual: @"1970-01-01 00:00:00Z"] && - [[d2 description] isEqual: @"1970-01-02 01:00:05.000001Z"]) + [[d1 description] isEqual: @"1970-01-01T00:00:00Z"] && + [[d2 description] isEqual: @"1970-01-02T01:00:05.000001Z"]) TEST(@"-[isEqual:]", [d1 isEqual: [OFDate dateWithTimeIntervalSince1970: 0]] && ![d1 isEqual: [OFDate dateWithTimeIntervalSince1970: 0 microseconds: 1]])