We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
This query fails %dpl | makeresults count=1 | convert timeformat="%s" ctime(_time) as eventTime
Expected behavior
The query should return _ time field in unix epoch, but it returns this error message:
For input string: "2024-12-10 11:55:54.873"
How to reproduce
Run the above query
Screenshots
Software version
pth_10 version: 8.2.1 pth_03 version: 9.2.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
This query fails
%dpl
| makeresults count=1 | convert timeformat="%s" ctime(_time) as eventTime
Expected behavior
The query should return _ time field in unix epoch, but it returns this error message:
For input string: "2024-12-10 11:55:54.873"
How to reproduce
Run the above query
Screenshots
Software version
pth_10 version: 8.2.1
pth_03 version: 9.2.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: