This commit is contained in:
		@@ -204,7 +204,7 @@ class InputAnalyzer(CsvAnalyzer):
 | 
			
		||||
                item = {}
 | 
			
		||||
                for (name, value) in items:
 | 
			
		||||
                    item[name] = value.strip()
 | 
			
		||||
                sec = datetime.datetime.strptime(item['http_start_time'], '%Y-%m-%dT%H:%M:%S.%f')
 | 
			
		||||
                sec = datetime.datetime.strptime(item['http_start_time'], '%Y-%m-%dT%H:%M:%S.%f').strftime("%H:%M:%S")
 | 
			
		||||
                if sec not in responsepersec:
 | 
			
		||||
                    responsepersec[sec] = []
 | 
			
		||||
                else:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user