Hello Swati,
Use below statement to convert timestamp into time :--
CONVERT TIME STAMP lv_timestamp_from TIME ZONE lv_timezone INTO DATE lv_date TIME lv_time.
and, covert time to timestamp:--
CONVERT DATE lv_date TIME lv_time INTO TIME STAMP lv_timestamp_from TIME ZONE lv_timezone.
Thanks,
Amit