This commit is contained in:
Henry Jameson 2025-04-10 19:58:45 +03:00
commit 22cdf2ded5

View file

@ -111,7 +111,7 @@ const FilteringTab = {
const datetime = [
date.getFullYear(),
'-',
fmt.format(date.getMonth()),
fmt.format(date.getMonth() + 1),
'T',
fmt.format(date.getHours()),
':',