cancel
Showing results for 
Search instead for 
Did you mean: 

How to display timestamp format attribute in local time zone

Former Member
0 Kudos

Hello,

I created a record which has a timestamp filed whose value is of UTC time zone value,

Now I want to display the timestamp value in a Wd Table in local time. what should I do as the timestamp is always standard?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Peter.

CONVERT TIME STAMP time_stamp TIME ZONE tz

INTO [DATE dat] [TIME tim]

[DAYLIGHT SAVING TIME dst].

or use function module TZ_GLOBAL_TO_LOCAL

to convert timestamp to local time.

This <a href="/people/horst.keller/blog/2004/11/29/abap-geek-8-150-summertime-blues-133 contains some hints too.

Cheers,

Sascha

Message was edited by:

Sascha Dingeldey