get date convert date in seconds add hours in seconds add minutes in seconds store in totalseconds create new date from totalseconds return time_result -- get hours convert to seconds get minutes convert to seconds add hours and minutes to seconds store in totalseconds get date create new date from totalseconds return time_result --