|
Posted by Andy Jeffries on 04/03/06 11:22
On Mon, 03 Apr 2006 08:06:55 +0000, meltedown wrote:
> I can't see what I'm doing wrong. I'm subtracting 60*60*24 from a unix
> time stamp and the result is 23 hours earlier, not 24. Start with a unix
> time stamp:
Try doing this instead:
$unixtime2 = strtotime("-1 day", $unixtime);
I couldn't see what you were doing wrong in your code from a quick glance,
but the above way is easier to read anyway.
Cheers,
Andy
--
Andy Jeffries MBCS CITP ZCE | gPHPEdit Lead Developer
http://www.gphpedit.org | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Navigation:
[Reply to this message]
|