format time locally for profile history

This commit is contained in:
2026-02-13 23:13:32 -08:00
parent b3c2446add
commit 78bc1a9974
4 changed files with 41 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
<tr>
<td>{{index $artists $index}}</td>
<td>{{$title}}</td>
<td>{{formatTimestamp (index $times $index)}}</td>
<td title="{{formatTimestampFull (index $times $index)}}">{{formatTimestamp (index $times $index)}}</td>
</tr>
{{end}}
</table>