Skip to content

Commit 7b0c3ab

Browse files
committed
allow toDateTime
1 parent b7ec72f commit 7b0c3ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/common/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ var allowedFunctions = map[string]struct{}{
175175
"toStartOfHour": {},
176176
"toStartOfMinute": {},
177177
"toDate": {},
178+
"toDateTime": {},
178179
"concat": {},
179180
}
180181

0 commit comments

Comments
 (0)