export time when exporting logs. see #5060
This commit is contained in:
		
							parent
							
								
									b6475d07e6
								
							
						
					
					
						commit
						a2d6d25324
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -525,7 +525,7 @@ class HistoryManager:
 | 
				
			||||||
				continue
 | 
									continue
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			try:
 | 
								try:
 | 
				
			||||||
				time_ = time.strftime('%x', time.localtime(float(time_))).decode(
 | 
									time_ = time.strftime('%c', time.localtime(float(time_))).decode(
 | 
				
			||||||
					locale.getpreferredencoding())
 | 
										locale.getpreferredencoding())
 | 
				
			||||||
			except ValueError:
 | 
								except ValueError:
 | 
				
			||||||
				pass
 | 
									pass
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue