Hi
I need to parse a string with time info from one timezone
and output as another string with the time info for another
timezone.

ex. "19880311 23:44:35 Moscow" > "yyyyMMdd HH:mm:ss NewYork"

it must observe DST, parse the input with format string and
allow output to be formatted with a formatting string
the city names are not important and can be replaced
with f.ex. timezone codes

thank you
and best regards