Created
September 2, 2013 21:50
-
-
Save nevyn/6417561 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Antenna/ANTNetworkClient.m b/Antenna/ANTNetworkClient.m | |
index 6e6f791..a5531ef 100644 | |
--- a/Antenna/ANTNetworkClient.m | |
+++ b/Antenna/ANTNetworkClient.m | |
@@ -67,6 +67,7 @@ NSString *RATNetworkClientDidLoginNotification = @"RATNetworkClientDidLoginNotif | |
_dateFormatter = [[NSDateFormatter alloc] init]; | |
[_dateFormatter setDateFormat:@"dd-MMM-yyyy HH:mm"]; | |
+ [_dateFormatter setLocale:[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]]; | |
return self; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment