|
|
_strtime
though I would image offsets 0 and 1 are the hours so you could check if offset 1 is less than 9 and if so increment it by 1. Otherwise set it to 0 and increment index 0 by 1. You'd also have to make sure that it isn't 23 hours when you increment because 24 hours would be equal to 0.
|
|