This is probably more elaborate than you're looking for, since it's a Data Warehouse solution. But I assign each incoming timestamp a "TimeKey". In SQL, you use functions to extract the Hour from the full time. and assign it a key (in the case below, it is actually down to the 15 minute period. The fields below are:
TimeKey,EuropeanTime,AmerTimeString,EuropeanHour, AmericanHour,Minutes, and MinuteOfDay,AMPM, and TimeRange.

------------------------------
Marcus Hogins
------------------------------