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 ef1a41f421
commit 8e302afba5
@@ -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;