fixed format tests

This commit is contained in:
2025-09-25 20:53:30 +02:00
parent 22d9da642a
commit 25138cc144
5 changed files with 13 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ func TestDatetime(t *testing.T) {
{"date", now, "2025-09-25"},
{"time", now, "12:30:00"},
{"unix", now, "1758803400"},
{"datetime", now, "2025-09-25 12:30:00 +0000 UTC"},
{"datetime", now, "Thu Sep 25 12:30:00 UTC 2025"},
}
for _, tt := range tests {