mirror of
https://codeberg.org/scip/ts.git
synced 2025-12-17 12:31:06 +01:00
fixed format tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user