I need to convert the UTC time stamp that i get from the server to local device time. currently i get 5 hrs difference in my time. for example when i post to server the post
int offset = TimeZone.getDefault().getRawOffset() + TimeZone.getDefault().getDSTSavings(); long now = System.currentTimeMillis() + offset;