hi,
und man fällt auch so herrlich leicht beim wechsel zwischen sommer-/winterzeit und umgekehrt auf die nase, wenn man einfach nur stumpf 86400 sekunden für einen tag addiert/subtrahiert :-)
Bitte erkläre mir das
$tag_x = strtotime('30 October 2005 23:05:01 CET');
echo date('r', $tag_x).'<br>';
$tag_davor = $tag_x - 86400;
echo date('r', $tag_davor);
gruß,
wahsaga
--
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."