N ago
From UBot Studio
$n ago is a Time Function.
This command returns the date minus the desired amount of second/days/milliseconds/hours/minutes
Can be used along with the N seconds function.
Example 1
alert($n ago($n seconds(7,"Hours")))
Running the script returns the current date minus the specified amount of days.