This commit is contained in:
Nicolas Mowen 2024-11-04 06:11:55 -07:00
parent 5544b9386e
commit 59d240aa69
2 changed files with 3 additions and 1 deletions

View File

@ -161,7 +161,8 @@ export default function SearchResultActions({
<AlertDialogDescription> <AlertDialogDescription>
Deleting this tracked object removes the snapshot, any saved Deleting this tracked object removes the snapshot, any saved
embeddings, and any associated object lifecycle entries. Recorded embeddings, and any associated object lifecycle entries. Recorded
footage in History view is <em>NOT</em> deleted. footage of this tracked object in History view will <em>NOT</em> be
deleted.
<br /> <br />
<br /> <br />
Are you sure you want to proceed? Are you sure you want to proceed?

View File

@ -427,6 +427,7 @@ export default function ObjectLifecycle({
</div> </div>
<div className="text-sm text-primary-variant"> <div className="text-sm text-primary-variant">
{formatUnixTimestampToDateTime(item.timestamp, { {formatUnixTimestampToDateTime(item.timestamp, {
timezone: config.ui.timezone,
strftime_fmt: strftime_fmt:
config.ui.time_format == "24hour" config.ui.time_format == "24hour"
? "%d %b %H:%M:%S" ? "%d %b %H:%M:%S"