Help for this page
#want 1.1 hours from now print join(" ",Add_Delta_DHMS(Today_and_Now, 0, 1.1, 0, 0); print join(" ",Add_Delta_DHMS(Today_and_Now, 0, 1, 0, 0); #prints the same thing!!!
sub hms { ... return(int($hours), int($minutes), int($seconds)); }