EpochLab

Add Seconds

What time is it N seconds from now?

Seconds added to an instant, with the resulting Unix timestamp beside the human reading — for anything you are about to put in a token or a cache header.

Questions people ask

The things that come up about add secondss, answered plainly.

How do I work out a token expiry?

Add the lifetime in seconds to the issue time. A JWT `exp` of one hour is `iat` plus 3600; the page gives both the timestamp to put in the claim and the human date to sanity-check it against.

How many seconds in a day?

86,400, and Unix time always uses that figure — leap seconds are not represented, so adding 86,400 always advances the timestamp by exactly one day.

Related tools

Move a date forwards or backwards by a span, with the calendar's rules applied.

All 160 tools · More in add & subtract