One of my project implies connection from java client to server via php script. Client sends some information with date, formatted in timestamp. I convert this timestamp on server side to date and put it to DataBase. Silly problem was that timestamp in Java counts milliseconds from start of Unix epoch (1/1/1970), but PHP counts… Continue reading timestamp: java vs php