New time is just wrong
running add_time('8:16 PM', '26:00')
should return:
new time: '6:18 AM (2 days later)'
but instead returns:
new time: 10:16 AM (2 days later)
running add_time('8:16 PM', '26:00')
should return:
new time: '6:18 AM (2 days later)'
but instead returns:
new time: 10:16 AM (2 days later)