forked from open-webui/open-webui
		
	fix: timestamp display
This commit is contained in:
		
							parent
							
								
									d07947885a
								
							
						
					
					
						commit
						98f22ec957
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -66,7 +66,7 @@ | |||
| 
 | ||||
| 				{#if message.timestamp} | ||||
| 					<span class=" invisible group-hover:visible text-gray-400 text-xs font-medium"> | ||||
| 						{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')} | ||||
| 						{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:mm')} | ||||
| 					</span> | ||||
| 				{/if} | ||||
| 			</Name> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek