Modify Time

Add or subtract time from a Unix timestamp.

Add time by providing positive numbers, or subtract time by providing negative numbers.

Inputs

Unix Time

Unix timestamp to modify. Provide @now for current time.

Days

Number of days to add (if positive) or subtract (if negative).

Hours

Number of hours to add (if positive) or subtract (if negative).

Minutes

Number of minutes to add (if positive) or subtract (if negative).

Outputs

Modified Time (Unix)