Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

convert server time to local time

Former Member
0 Kudos

Hi Experts,

Is there FM existing to convert Server time to Local time based on zone?

Pls let me know.

thanks

4 REPLIES 4

Former Member
0 Kudos

Hi,

The system variable sy-timlo has the local time. Use that.

regards,

Advait.

0 Kudos

sy-timlo is showing Server time at GMT.

But i have plants at various zones in the states.

EST

CST

MST

PST

I want to know the plant location time based on server time. How can i catch it?

0 Kudos

Check help on the CONVERT TIME STAMP


CONVERT TIME STAMP time_stamp TIME ZONE tz 
        INTO [DATE dat] [TIME tim] 
        [DAYLIGHT SAVING TIME dst]. 

Regards

Naimesh Patel

0 Kudos

This logic is not matched to my requirement.

Is there any specific function module which gives the time at plant location based on

system time?