So i send a Date.toString() to an android phone, the server is in one country, how do i format the time so that it shown relative to the timezone of the phone?
For example, if the server sends 5 o clock CDT to the phone, the phone will then display 10 oclock utc ?
any ideas on how i should go about achieving this?