![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Timestamp problem
From: <anderan@mail.ru>
Date: Tue Oct 04 2005 - 08:44:40 CEST
Try to use
$dummy = strtotime("-13 hour");
|