I am getting UTC timestamp from database which is I am setting into a JodaTime DateTime instance
DateTime
DateTime dt = new DateTime(timestamp.getTime())
You can use the withZoneRetainFields() method of DateTime to alter the timezone without altering the numerals in the date.
withZoneRetainFields()