Convert Timestamp to an ISO8601 string
I haven’t posted for a while. Recently I faced the issue of finding a standard function module or class that converts a TIMESTAMP value to an ISO-8601 long text that reflects the time-zone and does not use always UTC. I found class CL_XLF_DATE_TIME that does the UTC conversion but not reflecting the timezones. I had to…
Details