Page 1 of 1

serendipity timestamping

Posted: Tue Sep 02, 2003 9:34 pm
by LivingMeeble
can someone explain to me how to create a previous date using the timestamp method.


i.e I have old blog posts from 2002 I want to put into serendipity but I'm not sure how to convert sept 2 2002 8am into timestamp etc.


thanks in advance.

Posted: Wed Sep 03, 2003 7:21 pm
by jhermanns
it's nothing but a unix timestamp (meaning the seconds that passed since 1970)...

functions like [url]http://de2.php.net/mktime[url] might come in handy for you