I know you can get an integer from a timedelta using seconds or total_seconds(). I want to do it backwards, from the int get the time delta. Is there a simple way to do it?