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
The spec currently supports one-way conversion from timestamp to Unix epoch, but ideally it should be possible to convert from Unix epoch to timestamp as well.
See google/cel-go#357 for a dev report requesting the same feature. Round-tripping seems to be an expected use case.
Add a new entry in the standard library function table docs.
Add conformance tests to ensure such conversions are possible on all runtimes.
The text was updated successfully, but these errors were encountered:
The spec currently supports one-way conversion from timestamp to Unix epoch, but ideally it should be possible to convert from Unix epoch to timestamp as well.
See google/cel-go#357 for a dev report requesting the same feature. Round-tripping seems to be an expected use case.
The text was updated successfully, but these errors were encountered: