mirror of
				https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
				synced 2025-11-03 19:44:27 +00:00 
			
		
		
		
	Merge pull request #12851 from bluelovers/pr/extension-time-001
chore: change extension time format
This commit is contained in:
		
						commit
						d156d5bffd
					
				@ -177,7 +177,7 @@ def extension_table():
 | 
			
		||||
                <td>{remote}</td>
 | 
			
		||||
                <td>{ext.branch}</td>
 | 
			
		||||
                <td>{version_link}</td>
 | 
			
		||||
                <td>{time.asctime(time.gmtime(ext.commit_date))}</td>
 | 
			
		||||
                <td>{time.strftime('%Y-%m-%d %H:%M:%S', time.gmtime(ext.commit_date))}</td>
 | 
			
		||||
                <td{' class="extension_status"' if ext.remote is not None else ''}>{ext_status}</td>
 | 
			
		||||
            </tr>
 | 
			
		||||
    """
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user