‎2007 Sep 18 11:41 AM
Hi SDN,
Can any one tell is there any FM for conversion of time from GMT to CET or any other time zone
Regards,
Rahul
‎2007 Sep 18 11:50 AM
hi Rahul,
use this fm
FITP_CONVERT_LOCAL_TIME_GMT
i hope this will help you..
Rgrds,
Chandra
‎2007 Sep 18 11:47 AM
Try these function modules
STU3_ALERTS_CONV_LOCAL_2_UTC Converts local time to a given timezone
STU3_ALERTS_CONV_UTC_2_LOCAL Converts local time to a given timezone
TZ_LOCATION_TIMEZONE Time zones: Determine time zone for a location (land, region)
‎2007 Sep 18 11:50 AM
hi Rahul,
use this fm
FITP_CONVERT_LOCAL_TIME_GMT
i hope this will help you..
Rgrds,
Chandra
‎2015 Oct 07 7:30 AM
try this rahul,
data: time_stamp TYPE timestampl.
GET TIME STAMP FIELD time_stamp.
the Time_stamp field will hold the UTC time.
try these fms
STU3_ALERTS_CONV_LOCAL_2_UTC Converts local time to a given timezone
STU3_ALERTS_CONV_UTC_2_LOCAL Converts local time to a given timezone
TZ_LOCATION_TIMEZONE Time zones: Determine time zone for a location
Regards
Arun Varshney