‎2007 Sep 21 1:15 PM
hi,
Is it possible to get system data and time of Europe when the user is US time zone.
thanks in advance,
aswin.
‎2007 Sep 21 1:16 PM
‎2007 Sep 21 1:17 PM
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
‎2007 Sep 21 1:19 PM
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.
‎2007 Sep 21 1:20 PM
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.
‎2007 Sep 21 1:22 PM
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