I am having problem trying to figure out how to convert a person's local time to a UK time with Joda. Say, 31-01-2015 12:00:01am Washington DC time(could be any country's time) to
31-01-2015 5:00:01am london time(London time should always be the output)
DateTimeZone zone = DateTimeZone.forID("Europe/London"); DateTime dt = new DateTime(zone);
Can't seem to format that into this format Day-Month-Year hour:min:sec:a