As a user, I need to add a timestamp when I run automated changes so that I can remember them.
Currently, there is no internal way to return the current date and time when tasks are handled by automation. Using an HTTP request to an external API service to get the date and time is a bit overkill for such simple information. Additionally, the AI agents return their knowledge cut-off time as the current time (30.11.2023 01:20:31).
At a minimum, please add the date and time to the trigger event.