Skip to content

Instantly share code, notes, and snippets.

@nevyn
Created September 2, 2013 21:50
Show Gist options
  • Save nevyn/6417561 to your computer and use it in GitHub Desktop.
Save nevyn/6417561 to your computer and use it in GitHub Desktop.
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