Converting from UTC to local time in the system time zone

Steps

  • 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:

    Example:

    TInt errCode = myConverter->ConvertToLocalTime( myTime );