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

date issue

Former Member
0 Likes
602

hi,

Is it possible to get system data and time of Europe when the user is US time zone.

thanks in advance,

aswin.

5 REPLIES 5
Read only

Former Member
0 Likes
579

Hi aswin,

You can't get the Different Time Zone.

Thanks.

Read only

Former Member
0 Likes
579

hi...

you ve update the system time settings in the europe format....

this is the only way to change timings...

thanks

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
579

Hi,,

system date and time is always of a server. whatever date and time zone is of server will be displayed by fields sy-datum and sy-uzeit.

Read only

Former Member
0 Likes
579

Hi Aswin,

I am not sure whether you can have both the date and time according to the European clock while you are in US time zone but you can try one thing which might be of help to you.

Click on the System at the menu bar and then User Profile--Own Data.In that window,there is a Defaults tab and there you can find the option of Personal Time Zone.Here,try and set it accordingly and see if it works.

Another way could be to fetch the sy-datum according to the US time zone and then use the offset with the date and the time after finding the time difference between Europe and US.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.

Read only

Former Member
0 Likes
579

Hi,

You can try this out

(set contry for which you want date )

<b>SET COUNTRY 'FR'</b>

Pl note :The country must exist in table T005X. Otherwise, the formats used are "." for the decimal point and "MM/DD/YYYY" for the date.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo