fix date setting

This commit is contained in:
Henry Jameson 2025-05-13 17:09:07 +03:00
commit 3feccb7ebc

View file

@ -112,6 +112,8 @@ const FilteringTab = {
date.getFullYear(),
'-',
fmt.format(date.getMonth() + 1),
'-',
fmt.format(date.getDate()),
'T',
fmt.format(date.getHours()),
':',