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, but I can't see how to use it in this case.
Can someone in here help me?
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, but I can't see how to use it in this case.
Can someone in here help me?
Comment