I have two custom fields on a record (Time Of Day, Timezone) that I plan to extract using M/R. In a given scenario it could contain 10:00 am, Baghdad. Now when I extract it via code, I'm getting a date in PDT/GMT(?) that says 10:00am which is incorrect. Now when I try to format it using formatter, it would give me an incorrect conversion as it assumed that it's 10:00am PDT/GMT. How do you get around this?