I am sending some requests on a webserver that replies me time and date like this:
\"at 18:58 of 05/08/2012\"
I can figure out how to get t
instead of getting absolute time from server get timestamp from server and convert that in to date at the client side, for this you didn't have to change the timezone also.