Skip to content

Commit 24e1757

Browse files
committed
Fix time constants
1 parent 18e4290 commit 24e1757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/builtin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,9 @@ var Functions = []*Function{
364364
}
365365

366366
layouts := []string{
367-
time.DateOnly,
368-
time.TimeOnly,
369-
time.DateTime,
367+
"2006-01-02",
368+
"15:04:05",
369+
"2006-01-02 15:04:05",
370370
time.RFC3339,
371371
time.RFC822,
372372
time.RFC850,

0 commit comments

Comments
 (0)