You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Each of the latter examples should result in an error from the timestamp() function
Additional context
If compatibility is needed, I recommend we add an option in cel-go to provide compatibility rather than forcing other implementations to replicate Golang's bugs.
The text was updated successfully, but these errors were encountered:
Describe the bug
cel-go
inherits RFC 3339 parsing bugs from Golang'stime.Parse()
To Reproduce
Check which components this affects:
Sample expression and input that reproduces the issue:
Test setup:
Expected behavior
Each of the latter examples should result in an error from the
timestamp()
functionAdditional context
If compatibility is needed, I recommend we add an option in
cel-go
to provide compatibility rather than forcing other implementations to replicate Golang's bugs.The text was updated successfully, but these errors were encountered: