Variable TimeOfDayWithTZ.tzSec

Time zone offset from UTC in seconds with east of UTC being negative

struct TimeOfDayWithTZ
{
  // ...
  int tzSec ;
  // ...
}