diff --git a/Riot/ViewController/BugReportViewController.m b/Riot/ViewController/BugReportViewController.m index 92b773613..752483165 100644 --- a/Riot/ViewController/BugReportViewController.m +++ b/Riot/ViewController/BugReportViewController.m @@ -308,7 +308,6 @@ userInfo[@"local_time"] = [dateFormatter stringFromDate:currentDate]; [dateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]]; - [dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss"]; userInfo[@"utc_time"] = [dateFormatter stringFromDate:currentDate]; bugReportRestClient.others = userInfo;