Get a Unix timestamp for a future time
Number of seconds from now
Unix timestamp (seconds since epoch)
// Get timestamp for 1 day from nowconst tomorrow = getUnixTimestampInSeconds(60 * 60 * 24); Copy
// Get timestamp for 1 day from nowconst tomorrow = getUnixTimestampInSeconds(60 * 60 * 24);
Get a Unix timestamp for a future time