NAME

addiso - adds times to iso dates

SYNOPSIS

addiso iso [hours=] [minutes=] [seconds=] | [other=]

Adds the specified number of hours, minutes and seconds to the ISO time in the first argument (required) and prints out the new ISO time.

Instead of adding time, it can calculate the difference between two ISO times where the first time is found from stdin and the other time is specified with the other= option. The time difference is printed out in integer seconds.


Program index