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

Add request date and time to context #15

Open
JakubTesarek opened this issue Apr 25, 2021 · 1 comment
Open

Add request date and time to context #15

JakubTesarek opened this issue Apr 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@JakubTesarek
Copy link
Collaborator

Add current date and time to context.

@JakubTesarek JakubTesarek added the enhancement New feature or request label Apr 25, 2021
@JakubTesarek
Copy link
Collaborator Author

There's a problem with the jsonpath-ng library which doesn't allow to concatenate variables using +. This means that user can't create their own datetime like this:

{"$ref": "$.time.H + ':' $.time.M"}

Context has to either contain pre-formated datetime or we have to fix the bug in jsonpath library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant