now
Available from version | 1.25.0 |
---|---|
Usage | /argument "{now}" |
Description
Represents the current time on the current date.
Modify value
By using a modifier the value can be edited additionally:
{now[+-][Value in minutes]}
Examples
Call | Variable value / argument value | Calculation | Argument value after calculation | Description |
---|---|---|---|---|
/argument "{now}" | 15.01.2020 12:00 | - | 15.01.2020 12:00 | The current time on the current date |
/argument "{now+120}" | 15.01.2020 12:00 | + 120 minutes | 15.01.2020 14:00 | 120 minutes are added to the current time on the current date |
/argument "{now-120}" | 15.01.2020 12:00 | - 120 minutes | 15.01.2020 10:00 | 120 minutes are deducted at the current time on the current date |