rendered paste body--- a/iOS/Classes/EventInfo.m 2011-05-11 14:33:26.144884169 -0400+++ b/iOS/Classes/EventInfo.m 2011-05-11 14:34:13.445594178 -0400@@ -52,8 +52,7 @@ // Format output outputFormatter = [[NSDateFormatter alloc] init];- [outputFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:[[NSLocale preferredLanguages]- objectAtIndex:0]] autorelease]];+ [outputFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:@"pt_BR"]]]; [outputFormatter setDateFormat:EVENTINFO_DATE_ABSOLUTE]; ret = [[outputFormatter stringFromDate:date] capitalizedString]; [outputFormatter release], outputFormatter = nil;