mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 17:32:18 +08:00
Don't adjust incoming NSDates for DST
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
NSString *dateFormat = [[self userInfo] valueForKey:kMagicalRecordImportCustomDateFormatKey];
|
||||
value = dateFromString([value description], dateFormat ?: kMagicalRecordImportDefaultDateFormatString);
|
||||
}
|
||||
value = adjustDateForDST(value);
|
||||
// value = adjustDateForDST(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user