You can convert the UTC Timestamp into local using
convert TIME STAMP tstamp TIME ZONE sy-zonlo into DATE startDate TIME startTime.
sy-zonlo uses the system time zone and you can get the local date and time using this.
The same is also mentioned with example in above link.