An Array of Time Zones

Fantastic! Thanks for the spoon feeding, it is much appreciated.

What would I Google to read about why this:

setTime(timeZones_arr[0]->toUTC(compileTime()));

And not this:

setTime(timeZones_arr[0].toUTC(compileTime()));