Skip to content

Commit

Permalink
Don't adjust incoming NSDates for DST
Browse files Browse the repository at this point in the history
  • Loading branch information
casademora committed Oct 1, 2012
1 parent 0a6f523 commit da39710
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ - (id) MR_valueForKeyPath:(NSString *)keyPath fromObjectData:(id)objectData;
NSString *dateFormat = [[self userInfo] valueForKey:kMagicalRecordImportCustomDateFormatKey];
value = dateFromString([value description], dateFormat ?: kMagicalRecordImportDefaultDateFormatString);
}
value = adjustDateForDST(value);
// value = adjustDateForDST(value);
}
}

Expand Down

0 comments on commit da39710

Please sign in to comment.