Skip to content

Commit b0a3f58

Browse files
l46kokcopybara-github
authored andcommitted
Set enableTimestampEpoch by default
PiperOrigin-RevId: 886258398
1 parent 486a380 commit b0a3f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/dev/cel/common/CelOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public static Builder current() {
177177
.enableUnsignedComparisonAndArithmeticIsUnsigned(true)
178178
.enableUnsignedLongs(true)
179179
.enableRegexPartialMatch(true)
180+
.enableTimestampEpoch(true)
180181
.errorOnDuplicateMapKeys(true)
181182
.evaluateCanonicalTypesToNativeValues(true)
182183
.errorOnIntWrap(true)

0 commit comments

Comments
 (0)