Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing timestamp(int) for timestamp from Unix Epoch #122

Open
TristonianJones opened this issue May 21, 2020 · 0 comments
Open

Missing timestamp(int) for timestamp from Unix Epoch #122

TristonianJones opened this issue May 21, 2020 · 0 comments
Assignees

Comments

@TristonianJones
Copy link
Collaborator

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@TristonianJones and others