-
-
Notifications
You must be signed in to change notification settings - Fork 106
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 timestamp comparison action #77
Comments
Would be useful to have a current time macro/function and ability to do some date math:
This could be used for scheduled workflows, e.g. run every 5 hours find events updated within the last 5 hrs |
@synack is working on this and will probably have something ready soon 🔥 |
Awesome, one glaring omission from the above are of course functions to parse and format datetimes to/from strings! |
Hey @pemontto any update? Could we get a pull request? ;) |
Suggestion from @pemontto in discord - create a transformer of sorts: strftime($.alert_date, "%s") This can be applied to a lot of things |
This has been added to Shuffle Tools! |
Add a way of comparing strings as timestamps.
Fields:
This wouldn't necessarily feel super good right now, but does the job for now. Should make a better "custom" GUI for it for later.
Alternative: make this possible with conditions.
The text was updated successfully, but these errors were encountered: