My server send file last update time as php time() string my android app receive response from server as php timestamp like 1365228375as i know android read timestamp in milliseconds my question is how to convert the php time() to android timestamp and how i can convert the converted timestamp to human readable in android app ?