Converting from UTC to local time in the system time zone

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:
        TInt errCode = myConverter->ConvertToLocalTime( myTime );