adds an arbitrary time delta to a date-and-time object
std::plus | add two numbers of any kind |
std::from_unix_time | constructs a date-and-time object from the number of seconds since the UNIX epoch |
std_types::date_and_time/std::minus | subtracts a time delta or another date-and-time object from a date-and-time object |