mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Fix test time zone dependence. closes #763
This commit is contained in:
@@ -1857,7 +1857,6 @@
|
||||
[operation performMapping:&error];
|
||||
|
||||
NSDateFormatter *dateFormatter = [NSDateFormatter new];
|
||||
dateFormatter.timeZone = [NSTimeZone timeZoneWithAbbreviation:@"UTC"];
|
||||
[dateFormatter setDateFormat:@"MM/dd/yyyy"];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user