Skip to content

Commit e062ae8

Browse files
authored
Merge pull request #392 from iceljc/features/refine-chat-window
display seconds in instruction log
2 parents f9dccd9 + b9f6400 commit e062ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/page/instruction/log/log-item.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<td class="instruction-log-col ellipsis">{item.model}</td>
2424
<td class="instruction-log-col ellipsis">{item.template_name || 'N/A'}</td>
2525
<td class="instruction-log-col ellipsis">{item.user_name || 'N/A'}</td>
26-
<td class="instruction-log-col ellipsis">{utcToLocal(item.created_time)}</td>
26+
<td class="instruction-log-col ellipsis">{utcToLocal(item.created_time, 'MMM D YYYY, hh:mm:ss A')}</td>
2727
<td>
2828
<ul class="list-unstyled hstack gap-1 mb-0" style="justify-content: center;">
2929
<li data-bs-toggle="tooltip" data-bs-placement="top" title="Detail">

0 commit comments

Comments
 (0)