To convert from UTC to the local time of the system time zone, use CTzConverter::ConvertToLocalTime(), without specifying a time zone ID to convert to:
CTzConverter::ConvertToLocalTime()
Example:
TInt errCode = myConverter->ConvertToLocalTime( myTime );