2008 Jun 30 10:36 AM
Hi,
can anyone tell me how to find the time zone?
thanks,
Vikram
Hi,
can anyone tell me how to find the time zone?
thanks,
Vikram
2008 Jun 30 10:39 AM
Hi,
If you need to convert date and time into a local time zone, the function TZ_SYSTEM_TO_LOCAL can be used.
Cheers
VJ
2008 Jun 30 10:39 AM
2008 Jun 30 10:39 AM
the Function module: GET_SYSTEM_TIMEZONE will get the system's time zone.
The fm: TZ_LOCATION_TIMEZONE will get the timezone for a location.
Regards,
Ravi
2008 Jun 30 10:40 AM
From TTZCU table..
fetch the zone.
CLEAR wf_tzone.
SELECT SINGLE tzonedef
INTO wf_tzone
FROM ttzcu.
Regards,
Sachin M M
2008 Jun 30 11:41 AM
The function module IB_CONVERT_INTO_TIMESTAMP is used to convert the time to the GMT.
The input parameters are DATE, TIME and the TIMEZONE(user's timezone, default value SY-ZONLO).
The output parameter is the timestamp in GMT.
The function module IB_CONVERT_FROM_TIMESTAMP is used to get the time in required timezone.
The input parameters for this are the timestamp obtained from the above function module and the timezone,
to which the time needs to be converted.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |