Days later calculates correctly but new time shows total hours added
running add_time('8:16 PM', '466:02')
should return:
new time: '6:18 AM (20 days later)'
but instead returns:
new time: 450:18 AM (20 days later)
running add_time('8:16 PM', '466:02')
should return:
new time: '6:18 AM (20 days later)'
but instead returns:
new time: 450:18 AM (20 days later)