Bug Report: Add local and UTC times to the report

This commit is contained in:
manuroe
2017-10-20 15:54:31 +02:00
parent b670ff1169
commit 7e4434e893
@@ -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;