Let's suppose I have a timestamp variable:
select timestamp '2011-02-24 08:30:42 +06:00' from dual;
Is there any way to "truncate" it to something like
'2011-02-24 08:00:00 +06:00'
(I've cut minutes and seconds, but left the timezone)
The target oracle version is 11g r2