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