We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ff0cd commit dbe4658Copy full SHA for dbe4658
Parse/Parse/Internal/PFDateFormatter.m
@@ -70,7 +70,7 @@ - (void)dealloc {
70
///--------------------------------------
71
72
- (NSString *)preciseStringFromDate:(NSDate *)date {
73
- __block NSString *string = nil;
+ __block NSString *string = @"";
74
NSTimeInterval interval = date.timeIntervalSince1970;
75
dispatch_sync(_synchronizationQueue, ^{
76
sqlite3_bind_double(self->_dateToStringStatement, 1, interval);
0 commit comments