Don't adjust incoming NSDates for DST

This commit is contained in:
Saul Mora
2012-10-01 08:08:39 -06:00
parent 0a6f523d12
commit da39710385

View File

@@ -39,7 +39,7 @@
NSString *dateFormat = [[self userInfo] valueForKey:kMagicalRecordImportCustomDateFormatKey];
value = dateFromString([value description], dateFormat ?: kMagicalRecordImportDefaultDateFormatString);
}
value = adjustDateForDST(value);
// value = adjustDateForDST(value);
}
}