...update my time columns
Because you say that you tried this:
columnname = columnname + 5 hours
...and because I'd like to assume that you were using an UPDATE statement, I have to ask if you have verified that columnname is a TIME data type rather than a basic character column that holds a time value?
Tom