Application Development and Automation 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: 
Read only

convert server time to local time

Former Member
0 Likes
715

Hi Experts,

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

Pls let me know.

thanks

Hi Experts,

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

Pls let me know.

thanks

4 REPLIES 4
Read only

Former Member
0 Likes
593

Hi,

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

regards,

Advait.

Read only

0 Likes
593

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?

Read only

0 Likes
593

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

Read only

0 Likes
593

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?