Thanks for that deegee.
I now have:
Code:
alias world-clock {
  var %gmt = $asctime($calc($gmt - $daylight),HH:nn:ss)
  var %amsterdam = $time(HH:nn:ss)
  var %new-york = $asctime($calc($gmt - 14400 - $daylight),HH:nn:ss)

  echo -a 07 $+ %gmt 05GMT -07 %amsterdam 05Amsterdam-NL -07 %new-york 05New-York-USA.
}


This returns:
12:45:12 GMT - 14:45:12 Amsterdam-NL - 08:45:12 New-York-USA.

Is this the way forward?
With daylight savind taken into account?

Thanks again smile