@@ -50,6 +50,10 @@ |
||
50 | 50 | $this->restoreTimezone(); |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @param integer $past |
|
55 | + * @param integer $now |
|
56 | + */ |
|
53 | 57 | public function inStamp($past, $now = null) { |
54 | 58 | if($now==null){ |
55 | 59 | $now=time(); |