So, I have an item in a windowsserver, which checks when a directory on the server is modified.
The result is stored as an timestamp (unix epoch), and I want to make a trigger which tells me if the timestamp is older than 24 hours.

In the documentation says something about now()-function,...