Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/date_time/cl_abap_tstmp.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ CLASS cl_abap_tstmp IMPLEMENTATION.
ENDMETHOD.

METHOD subtract.
* todo: this can be done easier and faster, just subtract the two values?
DATA str TYPE string.
DATA lv_dummy TYPE string.
str = |{ tstmp1 TIMESTAMP = ISO }|.
Expand Down Expand Up @@ -175,4 +176,4 @@ CLASS cl_abap_tstmp IMPLEMENTATION.
tstmp1 = lv_stamp1
tstmp2 = lv_stamp2 ).
ENDMETHOD.
ENDCLASS.
ENDCLASS.