The requirement is to simply to get the current wall time (including the correct DST adjustment) for a given Time Zone.
There seems to be a few questi
Have you looked at the DateTime constructor:
DateTime
DateTime(DateTimeZone zone)
This constructs a DateTime representing the current time in the specified timezone.