uhm dont know if this the right forum to ask this...
I have stuff stored in a .txt file with unixtime format, like 1163894721
Now I have a new script that stores everyting in a mysqldb in datime format like: 2007-13-01 19:40:23
Now my question is, is it possible to change the unxitime from the .txt file into datetime, so i can load it in the mysqldb?
If yes, how can I do that?
Thanks.