fix: standardize UTC timestamp handling
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<div class="min-w-0 overflow-hidden">
|
||||
<div class="truncate text-sm font-bold">{{ record.original_filename }}</div>
|
||||
<div class="mt-1 flex flex-wrap items-center gap-2 text-xs text-textSub">
|
||||
<span>{{ record.upload_time.strftime('%Y-%m-%d %H:%M:%S') }}</span>
|
||||
<span>{{ format_datetime(record.upload_time) }}</span>
|
||||
<span class="hidden sm:inline">·</span>
|
||||
<span>记录 #{{ record.id }}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user