2005 Dec 16 8:44 AM
Why can I not use UTC? What can I use instead?
LOOP AT gt_1 INTO gs_1.
CONVERT TIME STAMP gs_1-created_at
TIME ZONE UTC
INTO DATE lv_price_date TIME lv_price_time.
WRITE: / lv_price_date.
IF lv_price_date IN s_date.
APPEND gs_1 TO gt_11.
ELSE.
ENDIF.
ENDLOOP.
2005 Dec 16 8:49 AM
CONVERT TIME STAMP tstamp TIME ZONE 'UTC+12' INTO
DATE d TIME t.
Why can I not use UTC? What can I use instead?
LOOP AT gt_1 INTO gs_1.
CONVERT TIME STAMP gs_1-created_at
TIME ZONE UTC
INTO DATE lv_price_date TIME lv_price_time.
WRITE: / lv_price_date.
IF lv_price_date IN s_date.
APPEND gs_1 TO gt_11.
ELSE.
ENDIF.
ENDLOOP.
2005 Dec 16 8:49 AM
CONVERT TIME STAMP tstamp TIME ZONE 'UTC+12' INTO
DATE d TIME t.
2005 Dec 16 8:50 AM
2005 Dec 16 9:20 AM
Valid UTC's are located in table: TTZZ
Message was edited by: Leif Sølvtofte
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |