Using Joda time to get current wall time for a given Time Zone
问题 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 questions in SO hovering around this, but I can't seem to find a straight answer (in SO, Joda doco or googling) with a low friction way of getting the wall time. It seems like with the given inputs (current UTC time and desired TZ) I should be able to chain a couple methods from the Joda Time library to achieve what I want but there seems to be a