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

burrego: implement missing Time builtins #45

Open
3 of 12 tasks
flavio opened this issue Aug 20, 2021 · 1 comment
Open
3 of 12 tasks

burrego: implement missing Time builtins #45

flavio opened this issue Aug 20, 2021 · 1 comment
Labels
area/rego Issue related with Rego/OPA/Gatekeeper integration

Comments

@flavio
Copy link
Member

flavio commented Aug 20, 2021

Epic: #56

These are the builtins that burrego has to provide that belong to the Time area:

  • time.now_ns
  • time.parse_ns
  • time.parse_rfc3339_ns
  • time.parse_duration_ns
  • time.date(ns)
  • time.date([ns, tz])
  • time.clock(ns)
  • time.clock([ns, tz])
  • time.weekday(ns)
  • time.weekday([ns, tz])
  • time.diff(ns)
  • time.diff([ns, tz], [ns, tz])
@flavio flavio added the area/rego Issue related with Rego/OPA/Gatekeeper integration label Aug 20, 2021
@flavio
Copy link
Member Author

flavio commented Sep 20, 2021

Partially addressed via #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rego Issue related with Rego/OPA/Gatekeeper integration
Projects
None yet
Development

No branches or pull requests

1 participant