2008 Aug 22 7:10 AM
Hi All,
I need to convert the Danish time to the Chinese time in my program.
I have used the function module 'TZ_SYSTEM_TO_LOCAL'. This fm converts the time perfectly.
I have a question here. During winter, there is a Daylight saving in Europe countries. Whether this fm acts accordingly?
Else, whether any other function module is available to consider this change?
Please let me know. Thanks in advance.
2008 Aug 22 7:20 AM
If you want to consider the Daylight saving then you check this..
CONVERT TIME STAMP time_stamp TIME ZONE tz
INTO [DATE dat] [TIME tim]
[DAYLIGHT SAVING TIME dst].
Just read the F1 help of CONVERT TIME, you get more clarification.
Hi All,
I need to convert the Danish time to the Chinese time in my program.
I have used the function module 'TZ_SYSTEM_TO_LOCAL'. This fm converts the time perfectly.
I have a question here. During winter, there is a Daylight saving in Europe countries. Whether this fm acts accordingly?
Else, whether any other function module is available to consider this change?
Please let me know. Thanks in advance.
2008 Aug 22 7:20 AM
If you want to consider the Daylight saving then you check this..
CONVERT TIME STAMP time_stamp TIME ZONE tz
INTO [DATE dat] [TIME tim]
[DAYLIGHT SAVING TIME dst].
Just read the F1 help of CONVERT TIME, you get more clarification.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |