‎2020 Dec 01 6:58 AM
Hi,
How To convert timestamp data into user time zone like UTC+9:00,
Thankyou.
‎2020 Dec 01 2:28 PM
Hi ,
tstmp_current_utctimesstamp() as time_conversion. //use this syntax
after that you go to tcode su01 , give your username then edit option . go to default settings change time zone "UTC+9" then save . Then Execute your program.
‎2020 Dec 01 7:32 AM
‎2020 Dec 01 7:41 AM
Do you mean, for example, how to get this output from this input?
Input (UTC): 2020.12.01 08:40:00
Output (user being UTC+9): 2020.12.01 17:40:00
‎2020 Dec 01 8:05 AM
Hello akarsh_gowda_031
Here is a good blog about it: https://blogs.sap.com/2016/08/29/about-time-stamps/
Kind regards,‎2020 Dec 01 8:23 AM
‎2020 Dec 01 2:28 PM
Hi ,
tstmp_current_utctimesstamp() as time_conversion. //use this syntax
after that you go to tcode su01 , give your username then edit option . go to default settings change time zone "UTC+9" then save . Then Execute your program.