Hi,
I am using following abap stactement to create the timestamp from date, time and timezone.
CONVERT DATE <dat> TIME <tim>
INTO TIME STAMP <time_stamp> TIME ZONE <tz>.
Here timezone is UTC.
today i found that, if time is equal to 24:00:00(240000) then irerespective of date the generated timestamp will be equal to 0.
I am not able to figure it out what is wrong with time 24:00:00
is it expected behaviour and if yes then what is the rationale behind this.
Thanks,
Rahul